[wp-trac] [WordPress Trac] #19910: Appearance Improvements: Theme Customization Frame
WordPress Trac
wp-trac at lists.automattic.com
Sun Feb 26 13:15:23 UTC 2012
#19910: Appearance Improvements: Theme Customization Frame
----------------------------+--------------------------
Reporter: koopersmith | Owner: koopersmith
Type: task (blessed) | Status: accepted
Priority: normal | Milestone: 3.4
Component: Themes | Version: 3.3.1
Severity: normal | Resolution:
Keywords: |
----------------------------+--------------------------
Comment (by ocean90):
With the customizer some functions aren't necessary anymore.
- preview_theme()
- _preview_theme_template_filter()
- _preview_theme_stylesheet_filter()
- preview_theme_ob_filter()
- preview_theme_ob_filter_callback()
What should we do we with these?
I did a quick search through the plugin repo and there is only one plugin,
which is using `preview_theme_ob_filter` directly:
{{{
$ ack 'preview_theme' --type=php
ktai-style/inc/theme.php
530:public static function preview_theme() {
550: ob_start( 'preview_theme_ob_filter' );
}}}
http://wordpress.org/extend/plugins/ktai-style/
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19910#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list