From 9e8504f909386f8ed3d9567d9c705f3ec986a95d Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 8 Nov 2006 02:04:54 +0000 Subject: [PATCH] Remove comment. fixes #3210 git-svn-id: https://develop.svn.wordpress.org/trunk@4452 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-settings.php b/wp-settings.php index f4f284d4db..be76c54283 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;