Changeset 36961
- Timestamp:
- 03/10/2016 10:01:43 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r36896 r36961 492 492 493 493 /** 494 * Unregister a taxonomy.494 * Unregisters a taxonomy. 495 495 * 496 496 * Can not be used to unregister built-in taxonomies. … … 502 502 * 503 503 * @param string $taxonomy Taxonomy name. 504 * @return bool|WP_Error True on success, WP_Error on failure .504 * @return bool|WP_Error True on success, WP_Error on failure or if the taxonomy doesn't exist. 505 505 */ 506 506 function unregister_taxonomy( $taxonomy ) {
Note: See TracChangeset
for help on using the changeset viewer.