Changeset 49927 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r49790 r49927 488 488 * 489 489 * @param string $taxonomy Taxonomy name. 490 * @return bool|WP_Error True on success, WP_Error on failure or if the taxonomy doesn't exist.490 * @return true|WP_Error True on success, WP_Error on failure or if the taxonomy doesn't exist. 491 491 */ 492 492 function unregister_taxonomy( $taxonomy ) {
Note: See TracChangeset
for help on using the changeset viewer.