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
This commit is contained in:
parent
92da083c00
commit
465ff41d1b
@ -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 );
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user