Index: wp-admin/edit-form-comment.php
===================================================================
--- wp-admin/edit-form-comment.php	(revision 6772)
+++ wp-admin/edit-form-comment.php	(working copy)
@@ -55,6 +55,8 @@
 
 </div>
 
+<?php do_action('edit_comment_form', $comment->comment_ID); ?>
+
 <div class="wrap">
 <h2><?php _e('Advanced'); ?></h2>
 

