Make WordPress Core


Ignore:
Timestamp:
06/27/2011 07:35:26 PM (13 years ago)
Author:
azaozz
Message:

Fix text color in the browser nag when no JS, props duck_, fixes #17889

File:
1 edited

Legend:

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

    r18340 r18347  
    489489
    490490    // all colors stylesheets need to have the same query strings (cache manifest compat)
    491     $colors_version = '20110624';
     491    $colors_version = '20110627';
    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(), '20110614' );
    503503    $styles->add( 'widgets', "/wp-admin/css/widgets$suffix.css", array(), '20110606' );
    504     $styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20110611' );
     504    $styles->add( 'dashboard', "/wp-admin/css/dashboard$suffix.css", array(), '20110627' );
    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.