Blue tweaks. props saracannon, see #15207.

git-svn-id: https://develop.svn.wordpress.org/trunk@16173 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-11-04 01:59:58 +00:00
parent d1034ad0d3
commit 8b0f87ebfd
4 changed files with 20 additions and 20 deletions
+1 -1
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 = '20101102b';
$colors_version = '20101103';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );