[wp-trac] [WordPress Trac] #19910: Appearance Improvements: Theme Customization Frame
WordPress Trac
wp-trac at lists.automattic.com
Wed Mar 21 22:55:46 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 koopersmith):
In [20248]:
{{{
#!CommitTicketReference repository="" revision="20248"
Theme Customizer: Numerous API refinements and bugfixes. Add a
theme_supports check for header_textcolor. see #19910.
* prepare_controls() now removes any settings and sections that return
false for check_capabilities().
* Added maybe_render() methods to both settings and sections that call the
protected render() methods.
* Stop firing front-end preview functionality when rendering the controls.
* Merged the WP_Customize_Setting->_render_type() method into
WP_Customize_Setting->render().
* Removed the 'customize_render_control-' hook; use
'customize_render_setting' instead.
* Added a property to sections and settings so they no longer rely on the
global. Hooray for dependency injection.
* Shifted calls to WP_Customize_Setting->enqueue() to the
'customize_controls_enqueue_scripts' action.
* Added a theme_supports check for the header_textcolor setting.
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/19910#comment:29>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list