Index: wp-admin/includes/template.php
===================================================================
--- wp-admin/includes/template.php	(revision 8745)
+++ wp-admin/includes/template.php	(working copy)
@@ -1070,7 +1070,7 @@
 	global $current_user;
 
 	// allow plugin to replace the popup content
-	$content = apply_filters( 'wp_comment_reply', '' );
+	$content = apply_filters( 'wp_comment_reply', '', array('position'=>$position, 'checkbox'=>$checkbox, 'mode'=>$mode) );
 	
 	if ( ! empty($content) ) {
 		echo $content;

