Remove comment. fixes #3210

git-svn-id: http://svn.automattic.com/wordpress/trunk@4452 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2006-11-08 02:04:54 +00:00
parent a5b7a24962
commit 911d3a1403

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;