Index: wp-includes/comment.php
===================================================================
--- wp-includes/comment.php	(revision 22078)
+++ wp-includes/comment.php	(working copy)
@@ -193,7 +193,7 @@
 	/**
 	 * Metadata query container
 	 *
-	 * @since 3.?
+	 * @since 3.5.0
 	 * @access public
 	 * @var object WP_Meta_Query
 	 */
@@ -257,7 +257,7 @@
 		$cache_key = "get_comments:$key:$last_changed";
 
 		if ( $cache = wp_cache_get( $cache_key, 'comment' ) ) {
-			//return $cache;
+			return $cache;
 		}
 
 		$post_id = absint($post_id);
