Ticket #6981: 6981.diff
File 6981.diff, 392 bytes (added by , 17 years ago) |
---|
-
wp-includes/classes.php
26 26 global $wp_rewrite; 27 27 28 28 $this->query_vars = array(); 29 $taxonomy_query_vars = array(); 29 30 30 31 if ( is_array($extra_query_vars) ) 31 32 $this->extra_query_vars = & $extra_query_vars;