Ticket #39712: 39712.2.patch
File 39712.2.patch, 2.0 KB (added by , 8 years ago) |
---|
-
src/wp-includes/media.php
3434 3434 'unattached' => __( 'Unattached' ), 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 'Cancel' to stop, 'OK' to delete." ),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' ), 3441 3441 'cancelSelection' => __( 'Cancel Selection' ), -
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 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' ), 83 83 'expandMenu' => __( 'Expand Main menu' ),