Ticket #23634: 23634.2.diff
File 23634.2.diff, 635 bytes (added by , 9 years ago) |
---|
-
src/wp-includes/class-walker-comment.php
130 130 $id_field = $this->db_fields['id']; 131 131 $id = $element->$id_field; 132 132 133 if ( isset( $element->comment_ID ) ) { 134 do_action( 'after_comment' ); 135 } 136 133 137 parent::display_element( $element, $children_elements, $max_depth, $depth, $args, $output ); 134 138 135 139 // If we're at the max depth, and the current element still has children, loop over those and display them at this level