' . '</textarea>
' . sprintf( wp_kses( __( 'You must be logged in to post a comment.', 'nifty' ), array( 'a' => array( 'href' => array() ) ) ), wp_login_url( apply_filters( 'the_permalink', get_permalink() ) ) ) . '
' . sprintf( wp_kses( __( 'Logged in as %2$s. %5$s', 'nifty' ), array( 'a' => array( 'href' => array() ) ) ), admin_url( 'profile.php' ), $user_identity, wp_logout_url( apply_filters( 'the_permalink', get_permalink( ) ) ), esc_attr__( 'Log out of this account', 'nifty' ), esc_html__( 'Log out?', 'nifty' ) ) . '
' . esc_html__( 'Your email address will not be published.', 'nifty' ) . ' ' . ( $req ? esc_html__( 'Required fields are marked *', 'nifty' ) : '' ) . '