From 2c83a835b747cfae1beb9fb097e91fb1fc7745ba Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 9 Nov 2007 17:44:36 +0000 Subject: Add back the test cookie, props drmike, fixes #492 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1143 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-settings.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wp-settings.php') diff --git a/wp-settings.php b/wp-settings.php index ccd127b..bc35a34 100644 --- a/wp-settings.php +++ b/wp-settings.php @@ -287,6 +287,8 @@ if ( !defined('USER_COOKIE') ) define('USER_COOKIE', 'wordpressuser'); if ( !defined('PASS_COOKIE') ) define('PASS_COOKIE', 'wordpresspass'); +if ( !defined('TEST_COOKIE') ) + define('TEST_COOKIE', 'wordpress_test_cookie'); if ( !defined('COOKIEPATH') ) define('COOKIEPATH', $current_site->path ); if ( !defined('SITECOOKIEPATH') ) -- cgit