Opened 7 years ago
Closed 7 years ago
#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 (1)
Change History (4)
comment:2
foolswisdom — 7 years ago
- Keywords has-patch commit added; needs-patch removed
Note: See
TracTickets for help on using
tickets.

Axe the comment.