Changeset 42228 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r41378 r42228 19 19 20 20 if ( ! in_array( $tax->name, get_taxonomies( array( 'show_ui' => true ) ) ) ) { 21 21 wp_die( __( 'Sorry, you are not allowed to edit terms in this taxonomy.' ) ); 22 22 } 23 23
Note: See TracChangeset
for help on using the changeset viewer.