Make WordPress Core

Ticket #5439: fix_comments_query.patch

File fix_comments_query.patch, 388 bytes (added by ionfish, 17 years ago)
  • wp-includes/widgets.php

     
    874874                        </ul>
    875875                <?php echo $after_widget; ?>
    876876<?php
     877                global $wp_query;
     878                setup_postdata($wp_query->next_post());
    877879        endif;
    878880        wp_cache_add('widget_recent_entries', ob_get_flush());
    879881}