1 && get_option( 'page_comments' ) ) : ?>
esc_attr__( 'Send', 'appeal' ),
// Change the title of the reply section
'title_reply' => esc_attr__( 'Write a Reply or Comment', 'appeal' ),
// Remove "Text or HTML to be displayed after the set of comment fields".
'comment_notes_after' => ''
. esc_html__( 'You may use these ', 'appeal' ) . ''
. esc_html__( 'HTML', 'appeal' ) . ''
. esc_html__( 'tags and attributes: ', 'appeal' ) . ' '
. allowed_tags() . '
',
// Redefine default textarea (the comment body).
'comment_field' => '',
//logged in check
'must_log_in' => ''
. esc_html__( 'You must be ', 'appeal' ) . ''. esc_html__( 'logged in ', 'appeal' ) .''
. esc_html__( 'to post a comment.', 'appeal' ) .'
',
'comment_notes_before' => '',
);
comment_form( $comment_args ); ?>