diff --git a/wp-includes/comment.php b/wp-includes/comment.php index 14ca1dfed4..d6ecda976c 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -252,7 +252,7 @@ class WP_Comment_Query { $last_changed = wp_cache_get( 'last_changed', 'comment' ); if ( ! $last_changed ) { $last_changed = 1; - wp_cache_set( 'last_changed', $last_changed, 'posts' ); + wp_cache_set( 'last_changed', $last_changed, 'comment' ); } $cache_key = "get_comments:$key:$last_changed";