Changeset 3602 for branches/2.0/wp-includes/classes.php
- Timestamp:
- 03/03/06 02:18:55 (3 years ago)
- Files:
-
- branches/2.0/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/classes.php
r3551 r3602 655 655 656 656 // Check post status to determine if post should be displayed. 657 if ( $this->is_single) {657 if ( !empty($this->posts) && $this->is_single ) { 658 658 $status = get_post_status($this->posts[0]); 659 659 if ( ('publish' != $status) && ('static' != $status) ) {
