Make WordPress Core


Ignore:
Timestamp:
12/24/2010 05:43:01 PM (15 years ago)
Author:
nacin
Message:

Fix some tab CSS in Press This. props dd32. Also adjust menu bits to default to gray, and then add rules to blue. see #15561.

File:
1 edited

Legend:

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

    r17125 r17131  
    491491
    492492    // all colors stylesheets need to have the same query strings (cache manifest compat)
    493     $colors_version = '20101214';
     493    $colors_version = '20101224';
    494494
    495495    // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
     
    507507    $styles->add( 'install', "/wp-admin/css/install$suffix.css", array(), '20101020' ); // Readme as well
    508508    $styles->add( 'theme-editor', "/wp-admin/css/theme-editor$suffix.css", array(), '20101203' );
    509     $styles->add( 'press-this', "/wp-admin/css/press-this$suffix.css", array(), '20101020' );
     509    $styles->add( 'press-this', "/wp-admin/css/press-this$suffix.css", array(), '20101224' );
    510510    $styles->add( 'thickbox', '/wp-includes/js/thickbox/thickbox.css', array(), '20090514' );
    511511    $styles->add( 'login', "/wp-admin/css/login$suffix.css", array(), '20101020' );
Note: See TracChangeset for help on using the changeset viewer.