Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: WPMU 2.6.1 Integration Success with 1.0-alhpa-2

Hey eagno,

In WP2.6.2 wp-settings.php line 297…

Doesn’t this block of code get executed whenever one is not installing, i.e. usually. Isn’t COOKIEHASH usually generated?

if ( ! defined('WP_INSTALLING') ) {
// Used to guarantee unique hash cookies
$cookiehash = md5(get_option('siteurl'));
/**
* Used to guarantee unique hash cookies
* @since 1.5
*/
define('COOKIEHASH', $cookiehash);
}

Skip to toolbar