Ticket #3210: 3210.patch

File 3210.patch, 442 bytes (added by foolswisdom, 6 years ago)

Patch removes the comment as requested by Ryan

  • wp-settings.php

     
    171171 
    172172if (!strstr($_SERVER['PHP_SELF'], 'install.php')) : 
    173173    // Used to guarantee unique hash cookies 
    174     $cookiehash = md5(get_option('siteurl')); // Remove in 1.4 
     174    $cookiehash = md5(get_option('siteurl')); 
    175175        define('COOKIEHASH', $cookiehash);  
    176176endif; 
    177177