Make WordPress Core


Ignore:
Timestamp:
05/25/2010 02:47:43 AM (16 years ago)
Author:
nacin
Message:

New 'on' state for admin menus. props JohnONolan, see #13486.

File:
1 edited

Legend:

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

    r14869 r14870  
    436436        $no_suffix = array( 'farbtastic' );
    437437
    438         $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100523b' );
     438        $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100524' );
    439439
    440440        $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20100219' );
     
    442442
    443443        // all colors stylesheets need to have the same query strings (cache manifest compat)
    444         $colors_version = '20100521';
     444        $colors_version = '20100524';
    445445
    446446        // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
Note: See TracChangeset for help on using the changeset viewer.