From 53b4adbb1ef893f50bc61bf8945e9d61b244e205 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Sat, 4 Oct 2008 01:35:47 +0000 Subject: [PATCH] Bring back [8788], was reverted with #7663 git-svn-id: https://develop.svn.wordpress.org/trunk@9081 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/query.php b/wp-includes/query.php index 9dc94273e4..6699997e94 100644 --- a/wp-includes/query.php +++ b/wp-includes/query.php @@ -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; }