Make WordPress Core

Ticket #18703: 18703.diff

File 18703.diff, 313 bytes (added by wonderboymusic, 11 years ago)
  • wp-includes/query.php

    diff --git wp-includes/query.php wp-includes/query.php
    index 04286aa..2af7a61 100644
    class WP_Query { 
    18581858                }
    18591859
    18601860                $this->tax_query = new WP_Tax_Query( $tax_query );
     1861
     1862                do_action_ref_array( 'parse_tax_query', array( &$this ) );
    18611863        }
    18621864
    18631865        /**