Don't sort plugin descriptions column. Make on state for sortable columns black, not the typical link orange. fixes #15224.

git-svn-id: https://develop.svn.wordpress.org/trunk@15981 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-10-26 18:15:47 +00:00
parent 4b88dd0f93
commit fb3a8f92bf
6 changed files with 11 additions and 4 deletions

View File

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