Remove debug cruft. Props duck_. fixes #21003

git-svn-id: http://core.svn.wordpress.org/trunk@22079 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ryan Boren 2012-09-28 12:31:39 +00:00
parent 5c0c0a199f
commit 996268ff7a

View File

@ -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);