Make WordPress Core


Ignore:
Timestamp:
10/24/2010 03:03:52 AM (15 years ago)
Author:
nacin
Message:

Compress scripts and bump for [15939] [15940]. see #11420.

File:
1 edited

Legend:

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

    r15918 r15941  
    352352        $scripts->add_data( 'theme-preview', 'group', 1 );
    353353
    354         $scripts->add( 'list-table', "/wp-admin/js/list-table$suffix.js", array( 'jquery', 'jquery-query' ), '20100818' );
     354        $scripts->add( 'list-table', "/wp-admin/js/list-table$suffix.js", array( 'jquery', 'jquery-query' ), '20101023' );
    355355        $scripts->add_data( 'list-table', 'group', 1 );
    356356        $scripts->localize( 'list-table', 'listTableL10n', array(
     
    455455    $no_suffix = array( 'farbtastic' );
    456456
    457     $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101020' );
     457    $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101023' );
    458458
    459459    $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101004' );
     
    461461
    462462    // all colors stylesheets need to have the same query strings (cache manifest compat)
    463     $colors_version = '20100907';
     463    $colors_version = '20101023';
    464464
    465465    // 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.