Housekeeping for blue refresh. Script bumps, image bumps, remove unused blue-specific files. see #15207.

git-svn-id: https://develop.svn.wordpress.org/trunk@16146 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-11-02 05:05:27 +00:00
parent 14080bd9ce
commit c31ef3498a
10 changed files with 23 additions and 17 deletions

View File

@@ -473,7 +473,7 @@ function wp_default_styles( &$styles ) {
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20101026';
$colors_version = '20101102';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );