Changeset 52978 for trunk/src/wp-admin/post.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/post.php
r50255 r52978 125 125 126 126 if ( ! $post ) { 127 wp_die( __( 'You attempted to edit an item that does n’t exist. Perhaps it was deleted?' ) );127 wp_die( __( 'You attempted to edit an item that does not exist. Perhaps it was deleted?' ) ); 128 128 } 129 129 … … 141 141 142 142 if ( 'trash' === $post->post_status ) { 143 wp_die( __( 'You can ’t edit this item because it is in the Trash. Please restore it and try again.' ) );143 wp_die( __( 'You cannot edit this item because it is in the Trash. Please restore it and try again.' ) ); 144 144 } 145 145
Note: See TracChangeset
for help on using the changeset viewer.