summaryrefslogtreecommitdiffstats
path: root/wp-settings.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-11-09 17:44:36 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2007-11-09 17:44:36 +0000
commit2c83a835b747cfae1beb9fb097e91fb1fc7745ba (patch)
tree98eea3f0e1e95fdd24e2ec7f3b029c5bf96b5b29 /wp-settings.php
parent55c78d89fca54ab1444090969e138e027998b68d (diff)
downloadwordpress-mu-2c83a835b747cfae1beb9fb097e91fb1fc7745ba.tar.gz
wordpress-mu-2c83a835b747cfae1beb9fb097e91fb1fc7745ba.tar.xz
wordpress-mu-2c83a835b747cfae1beb9fb097e91fb1fc7745ba.zip
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
Diffstat (limited to 'wp-settings.php')
-rw-r--r--wp-settings.php2
1 files changed, 2 insertions, 0 deletions
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') )