Bring back [8788], was reverted with #7663
git-svn-id: http://svn.automattic.com/wordpress/trunk@9081 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
14dddc912b
commit
b5e210f644
|
@ -1418,7 +1418,7 @@ class WP_Query {
|
|||
$this->is_author = true;
|
||||
}
|
||||
|
||||
if ( ($this->is_date || $this->is_author || $this->is_category || $this->is_tag ) )
|
||||
if ( ($this->is_date || $this->is_author || $this->is_category || $this->is_tag || $this->is_tax) )
|
||||
$this->is_archive = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue