comment_text
comment_text ( $comment_id = 0, $args = array() )
Parameters:- (int|WP_Comment) comment_id Optional. WP_Comment or ID of the comment for which to print the text. Default current comment.
- (array) args Optional. An array of arguments. Default empty array.
See:- Walker_Comment::comment()
Defined at:Change Log: - Introduced in WordPress: 0.71
- Deprecated in WordPress: —
Description
Displays the text of the current comment.