Ticket #18561: query.php.the_post_before.the_post_after.hooks.diff
| File query.php.the_post_before.the_post_after.hooks.diff, 292 bytes (added by chipbennett, 22 months ago) |
|---|
-
.
773 773 function the_post() { 774 774 global $wp_query; 775 775 776 do_action( 'the_post_before' ); 777 776 778 $wp_query->the_post(); 779 780 do_action( 'the_post_after' ); 777 781 } 778 782 779 783 /*