Changeset 15941 for trunk/wp-includes/script-loader.php
- Timestamp:
- 10/24/2010 03:03:52 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r15918 r15941 352 352 $scripts->add_data( 'theme-preview', 'group', 1 ); 353 353 354 $scripts->add( 'list-table', "/wp-admin/js/list-table$suffix.js", array( 'jquery', 'jquery-query' ), '2010 0818' );354 $scripts->add( 'list-table', "/wp-admin/js/list-table$suffix.js", array( 'jquery', 'jquery-query' ), '20101023' ); 355 355 $scripts->add_data( 'list-table', 'group', 1 ); 356 356 $scripts->localize( 'list-table', 'listTableL10n', array( … … 455 455 $no_suffix = array( 'farbtastic' ); 456 456 457 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '2010102 0' );457 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20101023' ); 458 458 459 459 $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20101004' ); … … 461 461 462 462 // all colors stylesheets need to have the same query strings (cache manifest compat) 463 $colors_version = '2010 0907';463 $colors_version = '20101023'; 464 464 465 465 // 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.