Changeset 9081

Show
Ignore:
Timestamp:
10/04/08 01:35:47 (2 months ago)
Author:
azaozz
Message:

Bring back [8788], was reverted with #7663

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/query.php

    r9031 r9081  
    14191419            } 
    14201420 
    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) ) 
    14221422                $this->is_archive = true; 
    14231423        }