Changeset 53869 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 08/09/2022 10:21:32 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r53827 r53869 338 338 global $wp_taxonomies; 339 339 340 return is set( $wp_taxonomies[ $taxonomy ] );340 return is_string( $taxonomy ) && isset( $wp_taxonomies[ $taxonomy ] ); 341 341 } 342 342
Note: See TracChangeset
for help on using the changeset viewer.