Make WordPress Core


Ignore:
Timestamp:
02/06/2014 10:15:25 PM (12 years ago)
Author:
nacin
Message:

Fix the conditional enqueueing/printing of colors stylesheets, without breaking dependencies.

fixes #18380.
see #20729 which should properly fix this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r26975 r27111  
    21042104
    21052105    wp_admin_css_color( 'fresh', _x( 'Default', 'admin color scheme' ),
    2106         admin_url( "css/colors$suffix.css" ),
     2106        false,
    21072107        array( '#222', '#333', '#0074a2', '#2ea2cc' ),
    21082108        array( 'base' => '#999', 'focus' => '#2ea2cc', 'current' => '#fff' )
Note: See TracChangeset for help on using the changeset viewer.