', 'url' => '
', 'cookies' => '', ], 'comment_field' => '
', 'must_log_in' => '
' . sprintf( __( 'You must be logged in to post a comment.', 'barkly' ), wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '
', 'logged_in_as' => '' . sprintf( __( 'Logged in as %2$s. Log out?', 'barkly' ), get_edit_user_link(), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '
', 'comment_notes_before' => '' . __( 'Your email address will not be published.', 'barkly' ) . ''. ( $req ? $required_text : '' ) . '
', 'comment_notes_after' => '', 'id_form' => 'commentform', 'id_submit' => 'submit', 'class_form' => 'comment-form', 'class_submit' => 'btn btn-success', 'name_submit' => 'submit', 'title_reply' => __( 'Leave a Reply', 'barkly' ), 'title_reply_to' => __( 'Leave a Reply to %s', 'barkly' ), 'title_reply_before' => '%1$s %2$s
', 'format' => 'xhtml', ]; comment_form( $defaults ); ?>