Make WordPress Core


Ignore:
Timestamp:
09/16/2011 08:41:47 PM (14 years ago)
Author:
duck_
Message:

Fix several CSS syntax errors. Props demetris. Fixes #18640.

File:
1 edited

Legend:

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

    r18684 r18691  
    403403    $no_suffix = array( 'farbtastic' );
    404404
    405     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110915b' );
     405    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20110916' );
    406406
    407407    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array('wp-admin'), '20110902' );
     
    409409
    410410    // all colors stylesheets need to have the same query strings (cache manifest compat)
    411     $colors_version = '20110915b';
     411    $colors_version = '20110916';
    412412
    413413    // 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.