Make WordPress Core

Changeset 4452 for trunk/wp-settings.php


Ignore:
Timestamp:
11/08/2006 02:04:54 AM (20 years ago)
Author:
ryan
Message:

Remove comment. fixes #3210

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r4446 r4452  
    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;
Note: See TracChangeset for help on using the changeset viewer.