Ticket #39712: 39712.patch
| File 39712.patch, 886 bytes (added by , 9 years ago) |
|---|
-
src/wp-includes/script-loader.php
77 77 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 'Cancel' to stop, 'OK' to delete." ),80 'warnDelete' => __( "You are about to permanently delete these items.\n Deleting the files permanently removes them from posts and pages on your site.\n 'Cancel' to stop, 'OK' to delete." ), 81 81 'dismiss' => __( 'Dismiss this notice.' ), 82 82 'collapseMenu' => __( 'Collapse Main menu' ), 83 83 'expandMenu' => __( 'Expand Main menu' ),