Changeset 8788

Show
Ignore:
Timestamp:
09/01/08 04:10:57 (3 months ago)
Author:
azaozz
Message:

is_archive() should be true for custom taxonomies too

Files:

Legend:

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

    r8773 r8788  
    708708            } 
    709709 
    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 ) ) 
    711711                $this->is_archive = true; 
    712712        }