Remove comment. fixes #3210

git-svn-id: https://develop.svn.wordpress.org/trunk@4452 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-11-08 02:04:54 +00:00
parent 08b0eb170b
commit 9e8504f909
1 changed files with 1 additions and 1 deletions

View File

@ -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;