Ticket #39354: 39354.patch
| File 39354.patch, 487 bytes (added by , 9 years ago) |
|---|
-
src/wp-includes/class-wp-term-query.php
305 305 global $wpdb; 306 306 307 307 $this->parse_query( $this->query_vars ); 308 $args = $this->query_vars;308 $args = &$this->query_vars; 309 309 310 310 // Set up meta_query so it's available to 'pre_get_terms'. 311 311 $this->meta_query = new WP_Meta_Query();