From 07dab62c98a0aa0a67145d368ac0289ad06dc660 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Fri, 25 Sep 2015 15:26:25 +0000 Subject: [PATCH] Remove debug cruft, introduced in [34546]. Props ocean90. See #8071. Built from https://develop.svn.wordpress.org/trunk@34549 git-svn-id: http://core.svn.wordpress.org/trunk@34513 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-comment-query.php | 1 - wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/wp-includes/class-wp-comment-query.php b/wp-includes/class-wp-comment-query.php index 0cf8b642ae..2e978c4c72 100644 --- a/wp-includes/class-wp-comment-query.php +++ b/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 ); } } diff --git a/wp-includes/version.php b/wp-includes/version.php index c1ab8e87ff..8826ead3d3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-34548'; +$wp_version = '4.4-alpha-34549'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.