Make WordPress Core


Ignore:
Timestamp:
05/19/2009 06:55:58 PM (17 years ago)
Author:
azaozz
Message:

Fix blue admin theme for new widgets screen, fixes #9878

File:
1 edited

Legend:

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

    r11391 r11403  
    422422
    423423    // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
    424     $styles->add( 'colors', true, array(), '20090518' );
    425     $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20090514'); // for login.php.  Is there a better way?
     424    $styles->add( 'colors', true, array(), '20090519' );
     425    $styles->add( 'colors-fresh', '/wp-admin/css/colors-fresh.css', array(), '20090519'); // for login.php.  Is there a better way?
    426426    $styles->add_data( 'colors-fresh', 'rtl', true );
    427     $styles->add( 'colors-classic', '/wp-admin/css/colors-classic.css', array(), '20090514');
     427    $styles->add( 'colors-classic', '/wp-admin/css/colors-classic.css', array(), '20090519');
    428428    $styles->add_data( 'colors-classic', 'rtl', true );
    429429
Note: See TracChangeset for help on using the changeset viewer.