Changeset 18960 for trunk/wp-includes/script-loader.php
- Timestamp:
- 10/13/2011 02:47:00 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r18958 r18960 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'), '2011101 1', 1 );64 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), '20111012', 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.")
Note: See TracChangeset
for help on using the changeset viewer.