Changeset 35333 for trunk/src/wp-includes/taxonomy-functions.php
- Timestamp:
- 10/21/2015 04:53:51 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy-functions.php
r35322 r35333 385 385 } 386 386 387 if ( false !== $args['query_var'] && ! empty( $wp ) ) {387 if ( false !== $args['query_var'] && false !== $args['public'] && ! empty( $wp ) ) { 388 388 if ( true === $args['query_var'] ) 389 389 $args['query_var'] = $taxonomy;
Note: See TracChangeset
for help on using the changeset viewer.