Changeset 1143

Show
Ignore:
Timestamp:
11/09/07 17:44:36 (1 year ago)
Author:
donncha
Message:

Add back the test cookie, props drmike, fixes #492

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-settings.php

    r1139 r1143  
    288288if ( !defined('PASS_COOKIE') ) 
    289289        define('PASS_COOKIE', 'wordpresspass'); 
     290if ( !defined('TEST_COOKIE') ) 
     291        define('TEST_COOKIE', 'wordpress_test_cookie'); 
    290292if ( !defined('COOKIEPATH') ) 
    291293        define('COOKIEPATH', $current_site->path );