Make WordPress Core


Ignore:
Timestamp:
11/29/2004 11:37:29 PM (21 years ago)
Author:
rboren
Message:

Load paged.php for is_paged(). Paging no longer makes is_archive() true. Bug 500.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/classes.php

    r1871 r1904  
    177177        }
    178178
    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)
    180180                 && (! ($this->is_single || $this->is_page)) ) {
    181181            $this->is_archive = true;
Note: See TracChangeset for help on using the changeset viewer.