Make WordPress Core


Ignore:
Timestamp:
07/04/2016 09:47:19 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Text Changes: Remove duplicate string, use the one we already have.

See #34521.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/upload.php

    r37914 r37958  
    145145            foreach ( (array) $post_ids as $post_id ) {
    146146                if ( !current_user_can( 'delete_post', $post_id ) )
    147                     wp_die( __( 'Sorry, you are not allowed to move this item out of the Trash.' ) );
     147                    wp_die( __( 'Sorry, you are not allowed to restore this item from the Trash.' ) );
    148148
    149149                if ( !wp_untrash_post( $post_id ) )
Note: See TracChangeset for help on using the changeset viewer.