Make WordPress Core

Ticket #6284: 6284.diff

File 6284.diff, 414 bytes (added by Denis-de-Bernardy, 15 years ago)
  • wp-includes/query.php

     
    23782378                $this->in_the_loop = true;
    23792379                $post = $this->next_post();
    23802380                setup_postdata($post);
     2381                do_action('the_post', $post);
    23812382
    23822383                if ( $this->current_post == 0 ) // loop has just started
    23832384                        do_action('loop_start');