[wp-trac] [WordPress Trac] #18764: no CSS ID or class or hook for themes/plugins to modify "max file size" paragraph in media_upload_form()

WordPress Trac wp-trac at lists.automattic.com
Mon Nov 21 19:45:08 UTC 2011


#18764: no CSS ID or class or hook for themes/plugins to modify "max file size"
paragraph in media_upload_form()
--------------------------+------------------
 Reporter:  jaredh123     |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  3.3
Component:  Media         |     Version:  3.3
 Severity:  normal        |  Resolution:
 Keywords:  close         |
--------------------------+------------------
Changes (by azaozz):

 * keywords:  has-patch => close


Comment:

 Replying to [comment:4 nacin]:

 These messages are more or less the equivalent of Help in the uploader
 iframe. Keeping the user in the dark why he can't upload something and/or
 not showing the "browser uploader" swith is a bad idea imho. If plugins
 really want to tweak these, using jQuery to do it is trivial:

 {{{
 jQuery('#file-form > p').not('.submit').hide();
 }}}

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


More information about the wp-trac mailing list