Make WordPress Core


Ignore:
Timestamp:
02/16/2010 03:54:40 AM (15 years ago)
Author:
markjaquith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/script-loader.php

    r13131 r13168  
    433433
    434434    // all colors stylesheets need to have the same query strings (cache manifest compat)
    435     $colors_version = '20091227';
    436 
    437     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100108' );
     435    $colors_version = '20100215';
     436
     437    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20100215' );
    438438
    439439    $styles->add( 'ie', '/wp-admin/css/ie.css', array(), '20100108' );
Note: See TracChangeset for help on using the changeset viewer.