Changeset 3601

Show
Ignore:
Timestamp:
03/03/06 02:17:14 (3 years ago)
Author:
ryan
Message:

Forget to group with parens on [3600]. #2498

Files:

Legend:

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

    r3600 r3601  
    655655 
    656656        // Check post status to determine if post should be displayed. 
    657         if ( !empty($this->posts) && $this->is_single || $this->is_page ) { 
     657        if ( !empty($this->posts) && ($this->is_single || $this->is_page) ) { 
    658658            $status = get_post_status($this->posts[0]); 
    659659            //$type = get_post_type($this->posts[0]);