From 911d3a14039bb52a8ba5942b8487c7b695333302 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 8 Nov 2006 02:04:54 +0000 Subject: [PATCH] Remove comment. fixes #3210 git-svn-id: http://svn.automattic.com/wordpress/trunk@4452 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;