New admin menu notification bubble color. props JohnONolan, fixes #13474.

git-svn-id: http://svn.automattic.com/wordpress/trunk@14918 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-05-26 00:59:15 +00:00
parent b0e128e69b
commit cb826a30ff
3 changed files with 12 additions and 30 deletions

View File

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