' . sprintf( __( 'You must be logged in to post a comment.', 'air' ), wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '
', 'logged_in_as' => '' . sprintf( __( 'Logged in as %2$s. Log out?', 'air' ), admin_url( 'profile.php' ), $current_user->user_login, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ) ) . '
', 'comment_notes_before' => '' . __( 'Your email address will not be published.', 'air' ). '
', 'comment_notes_after' => '', 'fields' => apply_filters( 'comment_form_default_fields', $fields ), ); comment_form($args); ?>