Changeset 1904 for trunk/wp-includes/classes.php
- Timestamp:
- 11/29/2004 11:37:29 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r1871 r1904 177 177 } 178 178 179 if ( ($this->is_date || $this->is_author || $this->is_category || $this->is_paged)179 if ( ($this->is_date || $this->is_author || $this->is_category) 180 180 && (! ($this->is_single || $this->is_page)) ) { 181 181 $this->is_archive = true;
Note: See TracChangeset
for help on using the changeset viewer.