' . ( $req ? '*' : '' ) . '
', 'url' => '' . '
', ); $args = array( 'fields' => apply_filters( 'comment_form_default_fields', $fields ) ,'comment_field' => '' ,'must_log_in' => '' . sprintf( 'You must be logged in to post a comment.', wp_login_url( apply_filters( 'the_permalink', get_permalink( $post_id ) ) ) ) . '
' ,'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( $post_id ) ) ) ) . '
' ,'comment_notes_before' => '' . 'Your email address will not be published.' . ( $req ? $required_text : '' ) . '
' //,'comment_notes_after' => '' ,'comment_notes_after' => '' ,'id_form' => 'commentform' ,'id_submit' => 'submit' ,'title_reply' => 'Leave a Reply' ,'title_reply_to' => 'Leave a Reply to %s' ,'cancel_reply_link' => 'Cancel reply' ,'label_submit' => 'Submit your message' ); comment_form( $args ); ?>