Make WordPress Core


Ignore:
Timestamp:
09/25/2015 03:25:19 PM (9 years ago)
Author:
boonebgorges
Message:

Remove debug cruft, introduced in [34546].

Props ocean90.
See #8071.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-comment-query.php

    r34548 r34549  
    902902
    903903                    $ref[ $_c->comment_parent ]->add_child( $_c );
    904 //                  $ref[ $c->comment_parent ]->children[ $c->comment_ID ] = $c;
    905904                    $ref[ $_c->comment_ID ] = $ref[ $_c->comment_parent ]->get_child( $_c->comment_ID );
    906905                }
Note: See TracChangeset for help on using the changeset viewer.