Changeset 35230
- Timestamp:
- 10/16/2015 11:30:29 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r35229 r35230 80 80 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils', 'list-table'), false, 1 ); 81 81 did_action( 'init' ) && $scripts->localize( 'common', 'commonL10n', array( 82 'warnDelete' => __( "You are about to permanently delete the selecteditems.\n 'Cancel' to stop, 'OK' to delete." ),82 'warnDelete' => __( "You are about to permanently delete these items.\n 'Cancel' to stop, 'OK' to delete." ), 83 83 'dismiss' => __( 'Dismiss this notice.' ), 84 84 ) );
Note: See TracChangeset
for help on using the changeset viewer.