Changeset 8188
- Timestamp:
- 06/24/08 19:58:54 (2 months ago)
- Files:
-
- trunk/wp-includes/query.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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
