Ticket #35433: 35433.diff
File 35433.diff, 644 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/class-walker-comment.php
287 287 ?> 288 288 </div> 289 289 290 <?php comment_text( get_comment_id(), array_merge( $args, array( 'add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>290 <?php comment_text( $comment, array_merge( $args, array( 'add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?> 291 291 292 292 <?php 293 293 comment_reply_link( array_merge( $args, array(