Ticket #5439: fix_comments_query.patch
File fix_comments_query.patch, 388 bytes (added by , 17 years ago) |
---|
-
wp-includes/widgets.php
874 874 </ul> 875 875 <?php echo $after_widget; ?> 876 876 <?php 877 global $wp_query; 878 setup_postdata($wp_query->next_post()); 877 879 endif; 878 880 wp_cache_add('widget_recent_entries', ob_get_flush()); 879 881 }