changeset 19 | 3d72ae0968f4 |
parent 16 | a86126ab1dd4 |
child 21 | 48c4eec2b7e6 |
--- a/wp/wp-admin/term.php Wed Sep 21 18:19:35 2022 +0200 +++ b/wp/wp-admin/term.php Tue Sep 27 16:37:53 2022 +0200 @@ -28,7 +28,7 @@ $tag = get_term( $tag_ID, $taxnow, OBJECT, 'edit' ); if ( ! $tag instanceof WP_Term ) { - 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?' ) ); } $tax = get_taxonomy( $tag->taxonomy );