Changeset 2741
- Timestamp:
- 08/03/2005 12:28:09 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/classes.php
r2716 r2741 599 599 $post = $this->next_post(); 600 600 setup_postdata($post); 601 602 if ( $this->current_post == 0 ) // loop has just started 603 do_action('loop_start'); 601 604 } 602 605 … … 605 608 return true; 606 609 } elseif ($this->current_post + 1 == $this->post_count) { 610 do_action('loop_end'); 607 611 // Do some cleaning up after the loop 608 612 $this->rewind_posts();
Note: See TracChangeset
for help on using the changeset viewer.