' . ( $req ? '*' : '' ) . '
', 'url' => '' . '
', ); $args = array( 'id_form' => 'commentform', 'class_form' => 'comment-form', 'id_submit' => 'submit', 'class_submit' => 'submit', 'name_submit' => 'submit', 'title_reply' => 'Leave a Reply', 'title_reply_to' => 'Leave a Reply to %s', 'cancel_reply_link' => 'Cancel Reply', 'label_submit' => 'Post Comment', 'format' => 'xhtml', 'comment_field' => '', 'must_log_in' => '' . sprintf( 'You must be logged in to post a comment.', wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '
', 'logged_in_as' => '' . sprintf('Logged in as %2$s. Log out?', 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.' . ( $req ? $required_text : '' ) . '
', 'comment_notes_after' => '', 'fields' => apply_filters( 'comment_form_default_fields', $fields ), ); // comment_form( $args, $post_id ); comment_form( $args ); ?>