diff --git a/wp-includes/comment.php b/wp-includes/comment.php index 4a60ea307c..4dea56fcf8 100644 --- a/wp-includes/comment.php +++ b/wp-includes/comment.php @@ -193,7 +193,7 @@ class WP_Comment_Query { /** * Metadata query container * - * @since 3.? + * @since 3.5.0 * @access public * @var object WP_Meta_Query */ @@ -257,7 +257,7 @@ class WP_Comment_Query { $cache_key = "get_comments:$key:$last_changed"; if ( $cache = wp_cache_get( $cache_key, 'comment' ) ) { - //return $cache; + return $cache; } $post_id = absint($post_id);