[wp-trac] [WordPress Trac] #27993: Support for contexts in the Customizer

WordPress Trac noreply at wordpress.org
Wed Jul 30 15:05:00 UTC 2014


#27993: Support for contexts in the Customizer
------------------------------+-----------------------------
 Reporter:  danielbachhuber   |       Owner:
     Type:  enhancement       |      Status:  reopened
 Priority:  normal            |   Milestone:  4.0
Component:  Customize         |     Version:
 Severity:  normal            |  Resolution:
 Keywords:  has-patch commit  |     Focuses:  ui, javascript
------------------------------+-----------------------------
Changes (by celloexpressions):

 * keywords:  has-patch => has-patch commit


Comment:

 +1 for [attachment:27993.2.diff]. This was also causing issues with
 dynamically-added controls in the Menu Customizer, and controls that
 aren't previewed. We should default to showing controls that the preview
 doesn't know about.

 Only hooking into `customize_register` if `is_admin()` is not a good idea
 (considering several potential enhancements coming in the future), and
 simply is unnecessary. Generally, it's  a bad idea to consider the
 Customizer to be part of `wp-admin`; rather, it's its own thing that
 bridges the front-end and the admin, and will become more front-end-
 oriented moving forward.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/27993#comment:27>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list