Remove comment. fixes #3210
git-svn-id: https://develop.svn.wordpress.org/trunk@4452 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
08b0eb170b
commit
9e8504f909
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user