Make WordPress Core


Ignore:
Timestamp:
11/28/2011 04:47:11 PM (13 years ago)
Author:
nacin
Message:

RTL for 'Dismiss' on the welcome panel. props rasheed, SergeyBiryukov, fixes #19376.

File:
1 edited

Legend:

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

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