Ticket #23634: 23634.3.diff
File 23634.3.diff, 711 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 /** 135 * Fires after each comment. 136 * 137 * @since 4.4.0 138 */ 139 do_action( 'after_comment' ); 140 } 141 133 142 parent::display_element( $element, $children_elements, $max_depth, $depth, $args, $output ); 134 143 135 144 // If we're at the max depth, and the current element still has children, loop over those and display them at this level