Changeset 40283
- Timestamp:
- 03/11/2017 07:32:08 PM (8 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r40070 r40283 3435 3435 'trash' => _x( 'Trash', 'noun' ), 3436 3436 'uploadedToThisPost' => $post_type_object->labels->uploaded_to_this_item, 3437 'warnDelete' => __( "You are about to permanently delete this item.\n 3438 'warnBulkDelete' => __( "You are about to permanently delete these items.\n 3437 'warnDelete' => __( "You are about to permanently delete this item.\nThis will remove it from your site.\n 'Cancel' to stop, 'OK' to delete." ), 3438 'warnBulkDelete' => __( "You are about to permanently delete these items.\nThis will remove them from your site.\n 'Cancel' to stop, 'OK' to delete." ), 3439 3439 'warnBulkTrash' => __( "You are about to trash these items.\n 'Cancel' to stop, 'OK' to delete." ), 3440 3440 'bulkSelect' => __( 'Bulk Select' ), -
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.