Changeset 8188 for trunk/wp-includes/query.php
- Timestamp:
- 06/24/2008 07:58:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/query.php
r8185 r8188 1531 1531 if ($this->current_post + 1 < $this->post_count) { 1532 1532 return true; 1533 } elseif ($this->current_post + 1 == $this->post_count ) {1533 } elseif ($this->current_post + 1 == $this->post_count && $this->post_count > 0) { 1534 1534 do_action('loop_end'); 1535 1535 // Do some cleaning up after the loop
Note: See TracChangeset
for help on using the changeset viewer.