Make WordPress Core


Ignore:
Timestamp:
12/02/2011 05:21:24 PM (13 years ago)
Author:
nacin
Message:

CSS for the about.php point release changelog. props chexee, fixes #19346.

File:
1 edited

Legend:

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

    r19540 r19542  
    434434    $no_suffix = array( 'farbtastic' );
    435435
    436     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111130b' );
     436    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111202' );
    437437
    438438    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111130' );
     
    440440
    441441    // all colors stylesheets need to have the same query strings (cache manifest compat)
    442     $colors_version = '20111128';
     442    $colors_version = '20111202';
    443443
    444444    // 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.