Changeset 35333 for trunk/tests/phpunit/includes/utils.php
- Timestamp:
- 10/21/2015 04:53:51 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r34802 r35333 358 358 359 359 foreach ( get_taxonomies( array() , 'objects' ) as $t ) { 360 if ( ! empty( $t->query_var ) )360 if ( $t->public && ! empty( $t->query_var ) ) 361 361 $GLOBALS['wp']->add_query_var( $t->query_var ); 362 362 }
Note: See TracChangeset
for help on using the changeset viewer.