Make WordPress Core


Ignore:
Timestamp:
11/15/2011 09:58:42 PM (13 years ago)
Author:
azaozz
Message:

More RTL fixes, props rosshanney, see #19042

File:
1 edited

Legend:

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

    r19299 r19307  
    433433    $no_suffix = array( 'farbtastic' );
    434434
    435     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111114d' );
     435    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111115' );
    436436
    437437    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' );
     
    439439
    440440    // all colors stylesheets need to have the same query strings (cache manifest compat)
    441     $colors_version = '20111111';
     441    $colors_version = '20111115';
    442442
    443443    // 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.