Changeset 26187 for trunk/tests/phpunit/includes/utils.php
- Timestamp:
- 11/15/2013 02:32:16 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r26006 r26187 383 383 } 384 384 } 385 386 function _clean_term_filters() { 387 remove_filter( 'get_terms', array( 'Featured_Content', 'hide_featured_term' ), 10, 2 ); 388 remove_filter( 'get_the_terms', array( 'Featured_Content', 'hide_the_featured_term' ), 10, 3 ); 389 }
Note: See TracChangeset
for help on using the changeset viewer.