Index: wp-includes/comment-template.php
===================================================================
--- wp-includes/comment-template.php	(revision 9207)
+++ wp-includes/comment-template.php	(working copy)
@@ -1084,7 +1084,7 @@
 		<?php echo apply_filters('comment_text', get_comment_text()) ?>
 
 		<div class="reply">
-		<?php echo comment_reply_link(array('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['depth'])) ?>
+		<?php echo comment_reply_link(array_merge( $args, array('add_below' => $add_below, 'depth' => $depth, 'max_depth' => $args['depth']))) ?>
 		<?php if ( 'ul' == $args['style'] ) : ?>
 		</div>
 		<?php endif; ?>
