- Timestamp:
- 03/03/2017 03:01:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r40053 r40147 324 324 do_action( 'pre_get_terms', $this ); 325 325 326 $taxonomies = $args['taxonomy'];326 $taxonomies = (array) $args['taxonomy']; 327 327 328 328 // Save queries by not crawling the tree in the case of multiple taxes or a flat tax.
Note: See TracChangeset
for help on using the changeset viewer.