Index: wp-settings.php
===================================================================
--- wp-settings.php	(revision 4451)
+++ wp-settings.php	(working copy)
@@ -171,7 +171,7 @@
 
 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;
 

