From b5e210f644130aa6bf5b1ef468060ac7d10cfc4b Mon Sep 17 00:00:00 2001 From: azaozz Date: Sat, 4 Oct 2008 01:35:47 +0000 Subject: [PATCH] Bring back [8788], was reverted with #7663 git-svn-id: http://svn.automattic.com/wordpress/trunk@9081 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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; }