Make WordPress Core

Opened 15 years ago

Closed 12 years ago

Last modified 12 years ago

#5478 closed enhancement (invalid)

Ability to modify css for inline uploads

Reported by: axelseaa's profile axelseaa Owned by:
Milestone: Priority: high
Severity: normal Version: 2.3
Component: Administration Keywords:
Focuses: Cc:

Description

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

Change History (4)

#2 @Denis-de-Bernardy
14 years ago

  • Keywords needs-patch added
  • Milestone changed from 2.9 to Future Release

#3 @solarissmoke
12 years ago

  • Keywords needs-patch removed
  • Resolution set to invalid
  • Status changed from new to closed
  • Version set to 2.3

This is referring to code that has long gone...

#4 @nacin
12 years ago

  • Milestone Future Release deleted
Note: See TracTickets for help on using tickets.