Changeset 9081
- Timestamp:
- 10/04/08 01:35:47 (2 months ago)
- Files:
-
- trunk/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/query.php
r9031 r9081 1419 1419 } 1420 1420 1421 if ( ($this->is_date || $this->is_author || $this->is_category || $this->is_tag ) )1421 if ( ($this->is_date || $this->is_author || $this->is_category || $this->is_tag || $this->is_tax) ) 1422 1422 $this->is_archive = true; 1423 1423 }
