Place a "Privacy On" mini-alert in the wp-admin header when it is on, to prevent people from accidentally delisting themselves from search engines. props scottbasgaard. fixes #12211

git-svn-id: https://develop.svn.wordpress.org/trunk@13168 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2010-02-16 03:54:40 +00:00
parent 49d4b41207
commit 5b5b870b16
8 changed files with 15 additions and 15 deletions

View File

@@ -432,9 +432,9 @@ function wp_default_styles( &$styles ) {
$rtl_styles = array( 'wp-admin', 'global', 'colors', 'dashboard', 'ie', 'install', 'login', 'media', 'theme-editor', 'upload', 'widgets', 'press-this', 'plugin-install', 'farbtastic' );
// all colors stylesheets need to have the same query strings (cache manifest compat)
$colors_version = '20091227';
$colors_version = '20100215';
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100108' );
$styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100215' );
$styles->add( 'ie', '/wp-admin/css/ie.css', array(), '20100108' );
$styles->add_data( 'ie', 'conditional', 'lte IE 7' );