Make WordPress Core


Ignore:
Timestamp:
04/07/2010 03:54:43 AM (16 years ago)
Author:
nacin
Message:

New super admin icons for the blue/classic color scheme from Ben Dunkle. Remove temp icons, implement the new ones. fixes #12374.

File:
1 edited

Legend:

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

    r14015 r14024  
    442442
    443443    // all colors stylesheets need to have the same query strings (cache manifest compat)
    444     $colors_version = '20100403b';
     444    $colors_version = '20100406';
    445445
    446446    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100403c' );
     
    458458    $styles->add_data( 'colors-classic', 'rtl', true );
    459459
    460     $styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '2010040101' );
     460    $styles->add( 'ms', "/wp-admin/css/ms$suffix.css", array(), '20100406' );
    461461    $styles->add( 'global', "/wp-admin/css/global$suffix.css", array(), '20100108' );
    462462    $styles->add( 'media', "/wp-admin/css/media$suffix.css", array(), '20091029' );
Note: See TracChangeset for help on using the changeset viewer.