Init array. Props DD32. fixes #6981

git-svn-id: https://develop.svn.wordpress.org/trunk@7944 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-05-16 16:33:11 +00:00
parent f457bd8445
commit 524b45d6ba

View File

@ -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;