Fix the conditional enqueueing/printing of colors stylesheets, without breaking dependencies.
fixes #18380. see #20729 which should properly fix this. Built from https://develop.svn.wordpress.org/trunk@27111 git-svn-id: http://core.svn.wordpress.org/trunk@26978 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -2103,7 +2103,7 @@ function register_admin_color_schemes() {
|
||||
$suffix .= defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
|
||||
|
||||
wp_admin_css_color( 'fresh', _x( 'Default', 'admin color scheme' ),
|
||||
admin_url( "css/colors$suffix.css" ),
|
||||
false,
|
||||
array( '#222', '#333', '#0074a2', '#2ea2cc' ),
|
||||
array( 'base' => '#999', 'focus' => '#2ea2cc', 'current' => '#fff' )
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user