Make WordPress Core


Ignore:
Timestamp:
05/14/2011 07:57:24 PM (14 years ago)
Author:
koopersmith
Message:

Blue theme revisions. Migrate colors from nav-menu.css to colors-*.css. Props saracannon. see #17324.

File:
1 edited

Legend:

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

    r17924 r17930  
    493493
    494494    // all colors stylesheets need to have the same query strings (cache manifest compat)
    495     $colors_version = '20110514';
     495    $colors_version = '20110514b';
    496496
    497497    // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
     
    517517    $styles->add( 'jcrop', '/wp-includes/js/jcrop/jquery.Jcrop.css', array(), '0.9.8' );
    518518    $styles->add( 'imgareaselect', '/wp-includes/js/imgareaselect/imgareaselect.css', array(), '0.9.1' );
    519     $styles->add( 'nav-menu', "/wp-admin/css/nav-menu$suffix.css", array(), '20110511' );
     519    $styles->add( 'nav-menu', "/wp-admin/css/nav-menu$suffix.css", array(), '20110514' );
    520520    $styles->add( 'admin-bar', "/wp-includes/css/admin-bar$suffix.css", array(), '20110419' );
    521521    $styles->add( 'wp-jquery-ui-dialog', "/wp-includes/css/jquery-ui-dialog$suffix.css", array(), '20101224' );
Note: See TracChangeset for help on using the changeset viewer.