Make WordPress Core


Ignore:
Timestamp:
06/11/2011 07:32:19 PM (15 years ago)
Author:
nacin
Message:

Fix display of browser nag, use lowercase hex values, move identical styles out of colors-* and into dashboard.css. props duck_, fixes #17765.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r18277 r18278  
    489489
    490490    // all colors stylesheets need to have the same query strings (cache manifest compat)
    491     $colors_version = '20110610b';
     491    $colors_version = '20110611';
    492492
    493493    // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
     
    502502    $styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20110519' );
    503503    $styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20110606' );
    504     $styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20110606' );
     504    $styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20110611' );
    505505    $styles->add( 'install', "/wp-admin/css/install$suffix.css", array(), '20110602' ); // Readme as well
    506506    $styles->add( 'theme-editor', "/wp-admin/css/theme-editor$suffix.css", array(), '20110602' );
Note: See TracChangeset for help on using the changeset viewer.