Ticket #3210 (closed enhancement: fixed)
Remove in 1.4
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | lowest | Milestone: | 2.1 |
| Component: | General | Version: | 2.1 |
| Severity: | trivial | Keywords: | has-patch commit |
| Cc: |
Description
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.
Attachments
Change History
foolswisdom — 5 years ago
-
attachment
3210.patch
added
Patch removes the comment as requested by Ryan
Note: See
TracTickets for help on using
tickets.

Axe the comment.