mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-01-29 21:17:39 +00:00
git-svn-id: https://develop.svn.wordpress.org/trunk@26146 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b0bd982f4c
commit
37b14a653a
@ -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
Block a user