Changeset 8788
- Timestamp:
- 09/01/08 04:10:57 (3 months ago)
- Files:
-
- trunk/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/query.php
r8773 r8788 708 708 } 709 709 710 if ( ($this->is_date || $this->is_author || $this->is_category || $this->is_tag ) )710 if ( ($this->is_date || $this->is_author || $this->is_category || $this->is_tag || $this->is_tax ) ) 711 711 $this->is_archive = true; 712 712 }
