Ticket #18703: 18703.diff
File 18703.diff, 313 bytes (added by , 11 years ago) |
---|
-
wp-includes/query.php
diff --git wp-includes/query.php wp-includes/query.php index 04286aa..2af7a61 100644
class WP_Query { 1858 1858 } 1859 1859 1860 1860 $this->tax_query = new WP_Tax_Query( $tax_query ); 1861 1862 do_action_ref_array( 'parse_tax_query', array( &$this ) ); 1861 1863 } 1862 1864 1863 1865 /**