Make WordPress Core

Changeset 3601


Ignore:
Timestamp:
03/03/2006 02:17:14 AM (20 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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]);
Note: See TracChangeset for help on using the changeset viewer.