Changeset 52978 for trunk/src/wp-admin/term.php
- Timestamp:
- 03/22/2022 04:23:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/term.php
r47550 r52978 29 29 30 30 if ( ! $tag instanceof WP_Term ) { 31 wp_die( __( 'You attempted to edit an item that does n’t exist. Perhaps it was deleted?' ) );31 wp_die( __( 'You attempted to edit an item that does not exist. Perhaps it was deleted?' ) ); 32 32 } 33 33
Note: See TracChangeset
for help on using the changeset viewer.