Changeset 38077 for trunk/src/wp-includes/class-wp-term.php
- Timestamp:
- 07/17/2016 04:14:27 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term.php
r36250 r38077 177 177 // Don't return terms from invalid taxonomies. 178 178 if ( ! taxonomy_exists( $_term->taxonomy ) ) { 179 return new WP_Error( 'invalid_taxonomy', __( 'Invalid taxonomy ' ) );179 return new WP_Error( 'invalid_taxonomy', __( 'Invalid taxonomy.' ) ); 180 180 } 181 181
Note: See TracChangeset
for help on using the changeset viewer.