wp/wp-admin/post.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- a/wp/wp-admin/post.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-admin/post.php	Tue Sep 27 16:37:53 2022 +0200
@@ -124,7 +124,7 @@
 		}
 
 		if ( ! $post ) {
-			wp_die( __( 'You attempted to edit an item that doesn’t exist. Perhaps it was deleted?' ) );
+			wp_die( __( 'You attempted to edit an item that does not exist. Perhaps it was deleted?' ) );
 		}
 
 		if ( ! $post_type_object ) {
@@ -140,7 +140,7 @@
 		}
 
 		if ( 'trash' === $post->post_status ) {
-			wp_die( __( 'You can’t edit this item because it is in the Trash. Please restore it and try again.' ) );
+			wp_die( __( 'You cannot edit this item because it is in the Trash. Please restore it and try again.' ) );
 		}
 
 		if ( ! empty( $_GET['get-post-lock'] ) ) {