1 && get_option( 'page_comments' ) ) : ?>
    'bootstrapcanvaswp_comment', 'style' => 'ol' ) ); ?>
1 && get_option( 'page_comments' ) ) : ?>

'commentform', 'id_submit' => 'submit', 'title_reply' => __( 'Leave a Reply', 'bootstrapcanvaswp' ), 'title_reply_to' => __( 'Leave a Reply to %s', 'bootstrapcanvaswp' ), 'cancel_reply_link' => __( 'Cancel Reply', 'bootstrapcanvaswp' ), 'label_submit' => __( 'Post Comment', 'bootstrapcanvaswp' ), 'comment_field' => '

', 'must_log_in' => '

' . sprintf( __( 'You must be logged in to post a comment.', 'bootstrapcanvaswp' ), wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '

', 'logged_in_as' => '

' . sprintf( __( 'Logged in as %2$s. Log out?', 'bootstrapcanvaswp' ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '

', 'comment_notes_before' => '

' . __( 'Your email address will not be published.', 'bootstrapcanvaswp' ) . '

', 'comment_notes_after' => '

' . sprintf( __( 'You may use these HTML tags and attributes: %s', 'bootstrapcanvaswp' ), ' ' . allowed_tags() . '' ) . '

', 'fields' => apply_filters( 'comment_form_default_fields', array( 'author' => '

' . ' ' . ( $req ? '*' : '' ) . '

', 'email' => '
', 'url' => '

' . '

' ) ), ); comment_form($args); ?>