From 465ff41d1ba2a1dcbd8358349b4d2cdf68947475 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Fri, 25 Sep 2015 15:25:19 +0000 Subject: [PATCH] Remove debug cruft, introduced in [34546]. Props ocean90. See #8071. git-svn-id: https://develop.svn.wordpress.org/trunk@34549 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-comment-query.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wp-includes/class-wp-comment-query.php b/src/wp-includes/class-wp-comment-query.php index 0cf8b642ae..2e978c4c72 100644 --- a/src/wp-includes/class-wp-comment-query.php +++ b/src/wp-includes/class-wp-comment-query.php @@ -901,7 +901,6 @@ class WP_Comment_Query { } else { $ref[ $_c->comment_parent ]->add_child( $_c ); -// $ref[ $c->comment_parent ]->children[ $c->comment_ID ] = $c; $ref[ $_c->comment_ID ] = $ref[ $_c->comment_parent ]->get_child( $_c->comment_ID ); } }