Init array. Props DD32. fixes #6981
git-svn-id: http://svn.automattic.com/wordpress/trunk@7944 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4e1a352771
commit
85df87de5a
|
@ -26,6 +26,7 @@ class WP {
|
|||
global $wp_rewrite;
|
||||
|
||||
$this->query_vars = array();
|
||||
$taxonomy_query_vars = array();
|
||||
|
||||
if ( is_array($extra_query_vars) )
|
||||
$this->extra_query_vars = & $extra_query_vars;
|
||||
|
|
Loading…
Reference in New Issue