Ticket #6981: 6981.diff

File 6981.diff, 392 bytes (added by DD32, 4 months ago)
  • wp-includes/classes.php

    old new  
    2626                global $wp_rewrite; 
    2727 
    2828                $this->query_vars = array(); 
     29                $taxonomy_query_vars = array(); 
    2930 
    3031                if ( is_array($extra_query_vars) ) 
    3132                        $this->extra_query_vars = & $extra_query_vars;