Changeset 40283 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 03/11/2017 07:32:08 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r40035 r40283 78 78 $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), false, 1 ); 79 79 did_action( 'init' ) && $scripts->localize( 'common', 'commonL10n', array( 80 'warnDelete' => __( "You are about to permanently delete these items.\n 80 'warnDelete' => __( "You are about to permanently delete these items.\nThis will remove them from your site.\n 'Cancel' to stop, 'OK' to delete." ), 81 81 'dismiss' => __( 'Dismiss this notice.' ), 82 82 'collapseMenu' => __( 'Collapse Main menu' ),
Note: See TracChangeset
for help on using the changeset viewer.