Remove debug cruft. Props duck_. fixes #21003

git-svn-id: https://develop.svn.wordpress.org/trunk@22079 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-09-28 12:31:39 +00:00
parent d56d67a1e0
commit 1500b5a097
1 changed files with 2 additions and 2 deletions

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