Ticket #6284: 6284.diff
File 6284.diff, 414 bytes (added by , 15 years ago) |
---|
-
wp-includes/query.php
2378 2378 $this->in_the_loop = true; 2379 2379 $post = $this->next_post(); 2380 2380 setup_postdata($post); 2381 do_action('the_post', $post); 2381 2382 2382 2383 if ( $this->current_post == 0 ) // loop has just started 2383 2384 do_action('loop_start');