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