diff --git a/wp-settings.php b/wp-settings.php index f4f284d4d..be76c5428 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -171,7 +171,7 @@ require (ABSPATH . WPINC . '/script-loader.php'); if (!strstr($_SERVER['PHP_SELF'], 'install.php')) : // Used to guarantee unique hash cookies - $cookiehash = md5(get_option('siteurl')); // Remove in 1.4 + $cookiehash = md5(get_option('siteurl')); define('COOKIEHASH', $cookiehash); endif;