Ticket #5439: recent_query_3.diff
File recent_query_3.diff, 433 bytes (added by , 17 years ago) |
---|
-
wp-includes/query.php
27 27 $GLOBALS['wp_query'] =& $GLOBALS['wp_the_query']; 28 28 global $wp_query; 29 29 if ( !empty($wp_query->post) ) { 30 $GLOBALS['post'] = $wp_query-> post;30 $GLOBALS['post'] = $wp_query->next_post(); 31 31 setup_postdata($wp_query->post); 32 32 } 33 33 }