Make WordPress Core


Ignore:
Timestamp:
03/11/2017 07:32:08 PM (8 years ago)
Author:
azaozz
Message:

Improve wording of the AYS warning when permanently deleting uploads, tags, posts.

Props dllh, gma992.
Fixes #39712 for trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r40035 r40283  
    7878    $scripts->add( 'common', "/wp-admin/js/common$suffix.js", array('jquery', 'hoverIntent', 'utils'), false, 1 );
    7979    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.\nThis will remove them from your site.\n 'Cancel' to stop, 'OK' to delete." ),
    8181        'dismiss'      => __( 'Dismiss this notice.' ),
    8282        'collapseMenu' => __( 'Collapse Main menu' ),
Note: See TracChangeset for help on using the changeset viewer.