Built from https://develop.svn.wordpress.org/trunk@26146 git-svn-id: http://core.svn.wordpress.org/trunk@26057 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1e74886e46
commit
94dfe504f3
|
@ -2107,7 +2107,7 @@ function wp_admin_css_color( $key, $name, $url, $colors = array(), $icons = arra
|
|||
* @since 3.0.0
|
||||
*/
|
||||
function register_admin_color_schemes() {
|
||||
$suffix = SCRIPT_DEBUG ? '' : '.min';
|
||||
$suffix = ( defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ) ? '' : '.min';
|
||||
|
||||
wp_admin_css_color( 'fresh', _x( 'Default', 'admin color scheme' ),
|
||||
admin_url( "css/colors-fresh$suffix.css" ),
|
||||
|
|
Loading…
Reference in New Issue