Changeset 36525 for trunk/tests/phpunit/includes/utils.php
- Timestamp:
- 02/13/2016 03:50:37 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r36316 r36525 363 363 364 364 foreach ( get_taxonomies( array() , 'objects' ) as $t ) { 365 if ( $t->public && ! empty( $t->query_var ) )365 if ( $t->publicly_queryable && ! empty( $t->query_var ) ) 366 366 $GLOBALS['wp']->add_query_var( $t->query_var ); 367 367 }
Note: See TracChangeset
for help on using the changeset viewer.