diff --git a/wp-admin/edit.php b/wp-admin/edit.php index f6301f6789..9bcaeec59e 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -150,6 +150,7 @@ if ( 1 == count($posts) ) { $comments = $wpdb->get_results("SELECT * FROM $wpdb->comments WHERE comment_post_ID = $id AND comment_approved != 'spam' ORDER BY comment_date"); if ($comments) { + update_comment_cache($comments); ?>