Ticket #7901: 7901.diff
| File 7901.diff, 666 bytes (added by , 17 years ago) |
|---|
-
wp-includes/comment-template.php
1084 1084 <?php echo apply_filters('comment_text', get_comment_text()) ?> 1085 1085 1086 1086 <div class="reply"> 1087 <?php echo comment_reply_link(array ('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['depth'])) ?>1087 <?php echo comment_reply_link(array_merge( $args, array('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['depth']))) ?> 1088 1088 <?php if ( 'ul' == $args['style'] ) : ?> 1089 1089 </div> 1090 1090 <?php endif; ?>