Make WordPress Core


Ignore:
Timestamp:
04/03/2010 12:13:38 PM (15 years ago)
Author:
nacin
Message:

More admin header improvements. props JohnONolan. see #12586

File:
1 edited

Legend:

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

    r13967 r13968  
    448448
    449449    // all colors stylesheets need to have the same query strings (cache manifest compat)
    450     $colors_version = '20100403';
    451 
    452     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100403' );
     450    $colors_version = '20100403b';
     451
     452    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100403b' );
    453453
    454454    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20100219' );
Note: See TracChangeset for help on using the changeset viewer.