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

git-svn-id: http://svn.automattic.com/wordpress/trunk@14100 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-04-16 03:29:34 +00:00
parent c4abc1c875
commit f9f8d61872
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' );