- Timestamp:
- 07/17/2016 04:14:27 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r37488 r38077 54 54 55 55 if ( ! taxonomy_exists( $taxonomy ) ) 56 wp_die( __( 'Invalid taxonomy ' ) );56 wp_die( __( 'Invalid taxonomy.' ) ); 57 57 58 58 $tax = get_taxonomy( $taxonomy );
Note: See TracChangeset
for help on using the changeset viewer.