Changeset 47550 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 04/05/2020 03:00:44 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r47198 r47550 20 20 } 21 21 22 if ( ! in_array( $tax->name, get_taxonomies( array( 'show_ui' => true ) ) ) ) {22 if ( ! in_array( $tax->name, get_taxonomies( array( 'show_ui' => true ) ), true ) ) { 23 23 wp_die( __( 'Sorry, you are not allowed to edit terms in this taxonomy.' ) ); 24 24 }
Note: See TracChangeset
for help on using the changeset viewer.