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.