diff --git a/wp-includes/default-widgets.php b/wp-includes/default-widgets.php index 482ee81586..0478caf79c 100644 --- a/wp-includes/default-widgets.php +++ b/wp-includes/default-widgets.php @@ -964,15 +964,10 @@ class WP_Widget_Recent_Comments extends WP_Widget { } /** - * @global array $comments - * @global object $comment - * * @param array $args * @param array $instance */ public function widget( $args, $instance ) { - global $comments, $comment; - $cache = array(); if ( ! $this->is_preview() ) { $cache = wp_cache_get('widget_recent_comments', 'widget'); @@ -1026,11 +1021,11 @@ class WP_Widget_Recent_Comments extends WP_Widget { $post_ids = array_unique( wp_list_pluck( $comments, 'comment_post_ID' ) ); _prime_post_caches( $post_ids, strpos( get_option( 'permalink_structure' ), '%category%' ), false ); - foreach ( (array) $comments as $comment) { + foreach ( (array) $comments as $comment ) { $output .= '