Update RTL blue admin theme. Props saracannon. fixes #17696.

git-svn-id: https://develop.svn.wordpress.org/trunk@18154 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2011-06-05 22:09:26 +00:00
parent 09c305855f
commit 4024085812
3 changed files with 66 additions and 26 deletions

View File

@@ -488,7 +488,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 = '20110605';
$colors_version = '20110605b';
// Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
$styles->add( 'colors', true, array(), $colors_version );