mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-12 18:42:03 +01:00
Remove comment. fixes #3210
git-svn-id: http://svn.automattic.com/wordpress/trunk@4452 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a5b7a24962
commit
911d3a1403
@ -171,7 +171,7 @@ require (ABSPATH . WPINC . '/script-loader.php');
|
|||||||
|
|
||||||
if (!strstr($_SERVER['PHP_SELF'], 'install.php')) :
|
if (!strstr($_SERVER['PHP_SELF'], 'install.php')) :
|
||||||
// Used to guarantee unique hash cookies
|
// Used to guarantee unique hash cookies
|
||||||
$cookiehash = md5(get_option('siteurl')); // Remove in 1.4
|
$cookiehash = md5(get_option('siteurl'));
|
||||||
define('COOKIEHASH', $cookiehash);
|
define('COOKIEHASH', $cookiehash);
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user