Changeset 38077 for trunk/src/wp-admin/edit-tags.php
- Timestamp:
- 07/17/2016 04:14:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-tags.php
r37914 r38077 11 11 12 12 if ( ! $taxnow ) 13 wp_die( __( 'Invalid taxonomy ' ) );13 wp_die( __( 'Invalid taxonomy.' ) ); 14 14 15 15 $tax = get_taxonomy( $taxnow ); 16 16 17 17 if ( ! $tax ) 18 wp_die( __( 'Invalid taxonomy ' ) );18 wp_die( __( 'Invalid taxonomy.' ) ); 19 19 20 20 if ( ! in_array( $tax->name, get_taxonomies( array( 'show_ui' => true ) ) ) ) {
Note: See TracChangeset
for help on using the changeset viewer.