Changeset 37958
- Timestamp:
- 07/04/2016 09:47:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/upload.php
r37914 r37958 145 145 foreach ( (array) $post_ids as $post_id ) { 146 146 if ( !current_user_can( 'delete_post', $post_id ) ) 147 wp_die( __( 'Sorry, you are not allowed to move this item out ofthe Trash.' ) );147 wp_die( __( 'Sorry, you are not allowed to restore this item from the Trash.' ) ); 148 148 149 149 if ( !wp_untrash_post( $post_id ) )
Note: See TracChangeset
for help on using the changeset viewer.