Ticket #3210 (closed enhancement: fixed)

Opened 5 years ago

Last modified 5 years ago

Remove in 1.4

Reported by: Nazgul Owned by: anonymous
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

3210.patch Download (442 bytes) - added by foolswisdom 5 years ago.
Patch removes the comment as requested by Ryan

Change History

comment:1   ryan5 years ago

Axe the comment.

Patch removes the comment as requested by Ryan

  • Keywords has-patch commit added; needs-patch removed

comment:3   ryan5 years ago

  • Status changed from new to closed
  • Resolution set to fixed

(In [4452]) Remove comment. fixes #3210

Note: See TracTickets for help on using tickets.