Ticket #30327: the-post-pass-query-ref.diff
File the-post-pass-query-ref.diff, 423 bytes (added by , 10 years ago) |
---|
-
wp-includes/query.php
4593 4593 * 4594 4594 * @param WP_Post &$post The Post object (passed by reference). 4595 4595 */ 4596 do_action_ref_array( 'the_post', array( &$post ) );4596 do_action_ref_array( 'the_post', array( &$post, &$this ) ); 4597 4597 4598 4598 return true; 4599 4599 }