Changeset 3602
- Timestamp:
- 03/03/2006 02:18:55 AM (20 years ago)
- File:
-
- 1 edited
-
branches/2.0/wp-includes/classes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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) ) {
Note: See TracChangeset
for help on using the changeset viewer.