Make WordPress Core


Ignore:
Timestamp:
11/17/2010 04:52:01 AM (14 years ago)
Author:
nacin
Message:

Fix the screen options sprite in RTL. Also compress and bump for previous commits. see #15207.

File:
1 edited

Legend:

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

    r16415 r16419  
    6565    $scripts->add( 'utils', "/wp-admin/js/utils$suffix.js", false, '20101110' );
    6666
    67     $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20101114' );
     67    $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20101116' );
    6868    $scripts->add_data( 'common', 'group', 1 );
    6969    $scripts->localize( 'common', 'commonL10n', array(
     
    471471    $no_suffix = array( 'farbtastic' );
    472472
    473     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101116' );
     473    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101116a' );
    474474
    475475    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101102' );
     
    477477
    478478    // all colors stylesheets need to have the same query strings (cache manifest compat)
    479     $colors_version = '20101114';
     479    $colors_version = '20101116';
    480480
    481481    // 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.