Changeset 39057 for trunk/src/wp-includes/class-wp-term-query.php
- Timestamp:
- 10/31/2016 03:46:37 PM (9 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-term-query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-term-query.php
r38849 r39057 266 266 $query['taxonomy'] = $taxonomies; 267 267 268 /** 269 * Filters the terms query arguments. 270 * 271 * @since 3.1.0 272 * 273 * @param array $args An array of get_terms() arguments. 274 * @param array $taxonomies An array of taxonomies. 275 */ 276 $this->query_vars = apply_filters( 'get_terms_args', $query, $taxonomies ); 268 $this->query_vars = $query; 277 269 278 270 /**
Note: See TracChangeset
for help on using the changeset viewer.