} elseif ( 'nonce' == $scheme ) {
        if ( defined('NONCE_KEY') && ('' != NONCE_KEY) && ( $wp_default_secret_key != NONCE_KEY) )
            $secret_key = NONCE_KEY;

        if ( defined('NONCE_SALT') ) {