Changeset 19130 for trunk/wp-includes/script-loader.php
- Timestamp:
- 11/03/2011 05:08:12 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r19127 r19130 62 62 $scripts->add( 'utils', "/wp-admin/js/utils$suffix.js", false, '20101110' ); 63 63 64 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20111 029', 1 );64 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20111103', 1 ); 65 65 $scripts->add_script_data( 'common', 'commonL10n', array( 66 66 'warnDelete' => __("You are about to permanently delete the selected items.\n 'Cancel' to stop, 'OK' to delete.") … … 432 432 $no_suffix = array( 'farbtastic' ); 433 433 434 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '2011110 1' );434 $styles->add( 'wp-admin', "/wp-admin/css/wp-admin$suffix.css", array(), '20111103' ); 435 435 436 436 $styles->add( 'ie', "/wp-admin/css/ie$suffix.css", array(), '20111015' ); … … 438 438 439 439 // all colors stylesheets need to have the same query strings (cache manifest compat) 440 $colors_version = '2011110 2';440 $colors_version = '20111103'; 441 441 442 442 // 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.