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

WordPress Trac wp-trac at lists.automattic.com
Wed Mar 21 19:33:51 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 azaozz):

 Replying to [comment:23 nacin]:
 > It's not being executed, only defined, and it is quite small.

 Right. It just adds a tiny bit of memory on every hit to the front-end and
 a tiny bit on every `function_exists()` call. There already are quite a
 few functions in wp-includes that are defined but cannot be used, was only
 hoping we won't be adding more.

 > Probably because the handlers for Plupload is not exactly a well-formed
 API.

 Plupload is a relatively "young" JS library and the APIs are changing
 quite a bit from release to release. Proxying the settings seems less
 desirable than simply including the settings object as defined in
 wp_plupload_default_settings() and letting plugins add the hook names/IDs
 for their HTML.

 Also the current integration for the "main" uploader is mostly hard-coded.
 Was hoping to move it to the new API but that can wait for 3.5 :)

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


More information about the wp-trac mailing list