Changeset 36243 for trunk/tests/phpunit/includes/utils.php
- Timestamp:
- 01/09/2016 02:57:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r35333 r36243 335 335 336 336 function _unregister_taxonomy( $taxonomy_name ) { 337 un set( $GLOBALS['wp_taxonomies'][$taxonomy_name]);337 unregister_taxonomy( $taxonomy_name ); 338 338 } 339 339
Note: See TracChangeset
for help on using the changeset viewer.