Changeset 9081 for trunk/wp-includes/query.php
- Timestamp:
- 10/04/2008 01:35:47 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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 }
Note: See TracChangeset
for help on using the changeset viewer.