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:
parent
d56d67a1e0
commit
1500b5a097
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user