Make WordPress Core


Ignore:
Timestamp:
05/18/2011 06:20:30 AM (13 years ago)
Author:
azaozz
Message:

Revert [17943] as it breaks plugins, props johnjamesjacoby, fixes #17484

File:
1 edited

Legend:

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

    r17949 r17950  
    483483    $no_suffix = array( 'farbtastic' );
    484484
    485     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110517' );
     485    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110517a' );
    486486
    487487    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
     
    489489
    490490    // all colors stylesheets need to have the same query strings (cache manifest compat)
    491     $colors_version = '20110516';
     491    $colors_version = '20110517';
    492492
    493493    // Register "meta" stylesheet for admin colors. All colors-* style sheets should have the same version string.
Note: See TracChangeset for help on using the changeset viewer.