[wp-trac] [WordPress Trac] #5478: Ability to modify css for inline
uploads
WordPress Trac
wp-trac at lists.automattic.com
Mon Dec 17 21:01:10 GMT 2007
#5478: Ability to modify css for inline uploads
----------------------------+-----------------------------------------------
Reporter: axelseaa | Owner: anonymous
Type: enhancement | Status: new
Priority: high | Milestone: 2.5
Component: Administration | Version:
Severity: normal | Keywords:
----------------------------+-----------------------------------------------
Currently, when the upload.php is called with the inline option, there is
no way to override the css because the wp_upload_admin_head function is
called after the admin_print_scripts action.
Would it be possible to change the order around?
{{{
Instead of:
<?php do_action('admin_print_scripts'); wp_upload_admin_head(); ?>
Suggested Change:
<?php wp_upload_admin_head(); do_action('admin_print_scripts'); ?>
}}}
This is line 72 of wp-admin/upload.php
--
Ticket URL: <http://trac.wordpress.org/ticket/5478>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list