';
if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) {
echo '
';
}
$args = array(
'walker' => new Breviter_Comment_Walker(),
'max_depth' => '',
'style' => 'ul',
'callback' => null,
'end-callback' => null,
'type' => 'all',
'reply_text' => '
'
, esc_attr( $commenter['comment_author'] )
, __( 'Your name *', 'breviter' )
, $aria_req . $html_req ),
'email' => sprintf( '
'
, esc_attr( $commenter['comment_author_email'] )
, __( 'Your email *', 'breviter' )
, $aria_req . $html_req ),
'url' => sprintf( '
'
, esc_attr( $commenter['comment_author_url'] )
, __( 'Your URL', 'breviter' )
, $aria_req . $html_req )
);
$args = array(
'fields' => $fields,
'id_form' => 'commentform',
'class_form' => 'comment-form',
'id_submit' => 'comment-submit',
'title_reply_before' => '',
'title_reply' => __( 'Leave a comment', 'breviter' ),
'title_reply_to' => __( 'Leave a comment to %s', 'breviter' ),
'cancel_reply_link' => __( 'Cancel reply', 'breviter' ),
'label_submit' => __( 'Leave a comment', 'breviter' ),
'class_submit' => 'btn submit-btn',
'submit_button' => '