Changeset 34549 for trunk/src/wp-includes/class-wp-comment-query.php
- Timestamp:
- 09/25/2015 03:25:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-comment-query.php
r34548 r34549 902 902 903 903 $ref[ $_c->comment_parent ]->add_child( $_c ); 904 // $ref[ $c->comment_parent ]->children[ $c->comment_ID ] = $c;905 904 $ref[ $_c->comment_ID ] = $ref[ $_c->comment_parent ]->get_child( $_c->comment_ID ); 906 905 }
Note: See TracChangeset
for help on using the changeset viewer.