Changeset 19505 for trunk/wp-includes/script-loader.php
- Timestamp:
- 12/01/2011 12:43:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r19500 r19505 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'), '201111 29a', 1 );64 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20111130', 1 ); 65 65 $scripts->localize( 'common', 'commonL10n', array( 66 66 'warnDelete' => __("You are about to permanently delete the selected items.\n 'Cancel' to stop, 'OK' to delete.") … … 261 261 $scripts->add( 'user-profile', "/wp-admin/js/user-profile$suffix.js", array( 'jquery', 'password-strength-meter' ), '20110628', 1 ); 262 262 263 $scripts->add( 'admin-bar', "/wp-includes/js/admin-bar$suffix.js", false, '201111 29', 1 );263 $scripts->add( 'admin-bar', "/wp-includes/js/admin-bar$suffix.js", false, '20111130', 1 ); 264 264 265 265 $scripts->add( 'wplink', "/wp-includes/js/wplink$suffix.js", array( 'jquery', 'wpdialogs' ), '20111128', 1 );
Note: See TracChangeset
for help on using the changeset viewer.