[wp-trac] [WordPress Trac] #3210: Remove in 1.4

WordPress Trac wp-trac at lists.automattic.com
Fri Oct 6 01:11:12 GMT 2006


#3210: Remove in 1.4
-------------------------+--------------------------------------------------
 Reporter:  Nazgul       |       Owner:  anonymous  
     Type:  enhancement  |      Status:  new        
 Priority:  lowest       |   Milestone:  2.1        
Component:  General      |     Version:  2.1        
 Severity:  trivial      |    Keywords:  needs-patch
-------------------------+--------------------------------------------------
 wp-settings contains the following code

 {{{
 if (!strstr($_SERVER['PHP_SELF'], 'install.php')) :
     // Used to guarantee unique hash cookies
     $cookiehash = md5(get_option('siteurl')); // Remove in 1.4
         define('COOKIEHASH', $cookiehash);
 endif;
 }}}

 As we're nearing 2.1 we should remove the code or the comment.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3210>
WordPress Trac <http://wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list