Make WordPress Core

Changeset 11213


Ignore:
Timestamp:
05/06/2009 01:42:43 AM (15 years ago)
Author:
ryan
Message:

Add the_post action. Props Denis-de-Bernardy. fixes #6284

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/query.php

    r11211 r11213  
    23832383        $post = $this->next_post();
    23842384        setup_postdata($post);
     2385        do_action('the_post', $post);
    23852386
    23862387        if ( $this->current_post == 0 ) // loop has just started
Note: See TracChangeset for help on using the changeset viewer.