Changeset 30265 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 11/06/2014 09:46:18 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r30241 r30265 1650 1650 // Save queries by not crawling the tree in the case of multiple taxes or a flat tax. 1651 1651 if ( ! $single_taxonomy || ! is_taxonomy_hierarchical( reset( $taxonomies ) ) ) { 1652 $args['child_of'] = false;1653 1652 $args['hierarchical'] = false; 1654 1653 $args['pad_counts'] = false;
Note: See TracChangeset
for help on using the changeset viewer.