Changeset 33431 for trunk/src/wp-admin/post.php
- Timestamp:
- 07/26/2015 10:47:05 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/post.php
r33357 r33431 279 279 280 280 if ( ! current_user_can( 'delete_post', $post_id ) ) 281 wp_die( __( 'You are not allowed to move this item out ofthe Trash.' ) );281 wp_die( __( 'You are not allowed to restore this item from the Trash.' ) ); 282 282 283 283 if ( ! wp_untrash_post( $post_id ) )
Note: See TracChangeset
for help on using the changeset viewer.