Index: comment-template.php
===================================================================
--- comment-template.php	(revision 15382)
+++ comment-template.php	(working copy)
@@ -601,7 +601,7 @@
  */
 function get_comment_text( $comment_ID = 0 ) {
 	$comment = get_comment( $comment_ID );
-	return apply_filters('get_comment_text', $comment->comment_content);
+	return apply_filters('get_comment_text', $comment->comment_content, $comment_ID );
 }
 
 /**
@@ -614,7 +614,7 @@
  * @param int $comment_ID The ID of the comment for which to print the text. Optional.
  */
 function comment_text( $comment_ID = 0 ) {
-	echo apply_filters('comment_text', get_comment_text() );
+	echo apply_filters('comment_text', get_comment_text( $comment_ID ), $comment_ID );
 }
 
 /**
