Changeset 53037 for trunk/src/wp-includes/class-wp-tax-query.php
- Timestamp:
- 03/31/2022 10:04:25 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-tax-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-tax-query.php
r52455 r53037 638 638 } 639 639 640 if ( ! is_taxonomy_hierarchical( $query['taxonomy'] ) ) { 641 $args['number'] = count( $terms ); 642 } 643 640 644 $term_query = new WP_Term_Query(); 641 645 $term_list = $term_query->query( $args );
Note: See TracChangeset
for help on using the changeset viewer.