Fix menu icons for custom post types. Fixes #12992, props wmrom.

git-svn-id: https://develop.svn.wordpress.org/trunk@14100 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-04-16 03:29:34 +00:00
parent e9ce1f2b54
commit 3cc1ff4546
6 changed files with 27 additions and 21 deletions

View File

@@ -441,7 +441,7 @@ function wp_default_styles( &$styles ) {
$no_suffix = array( 'farbtastic' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20100415';
$colors_version = '20100416';
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100411' );