[wp-trac] [WordPress Trac] #19910: Appearance Improvements: Theme Customization Frame

WordPress Trac wp-trac at lists.automattic.com
Mon Apr 30 16:59:24 UTC 2012


#19910: Appearance Improvements: Theme Customization Frame
----------------------------+--------------------------
 Reporter:  koopersmith     |       Owner:  koopersmith
     Type:  task (blessed)  |      Status:  accepted
 Priority:  normal          |   Milestone:  3.4
Component:  Appearance      |     Version:  3.3.1
 Severity:  normal          |  Resolution:
 Keywords:                  |
----------------------------+--------------------------

Comment (by Otto42):

 Replying to [comment:9 Otto42]:
 > Is there an easy way for code to change the transport value of an
 existing setting?

 Never mind. I was being stupid. This code works fine when hooked to
 customize_register:

 {{{
 $sett = $wp_customize->get_setting('blogname');
 $sett->transport='postMessage';
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/19910#comment:10>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list