Ticket #14261: 14261(bug).diff
File 14261(bug).diff, 481 bytes (added by , 14 years ago) |
---|
-
comment-template.php
614 614 * @param int $comment_ID The ID of the comment for which to print the text. Optional. 615 615 */ 616 616 function comment_text( $comment_ID = 0 ) { 617 echo apply_filters('comment_text', get_comment_text( ) );617 echo apply_filters('comment_text', get_comment_text( $comment_ID ) ); 618 618 } 619 619 620 620 /**