Bring back [8788], was reverted with #7663
git-svn-id: https://develop.svn.wordpress.org/trunk@9081 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a515dfc9f0
commit
53b4adbb1e
@ -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
Block a user