Show
Ignore:
Timestamp:
10/23/07 18:28:40 (1 year ago)
Author:
donncha
Message:

Merge with WordPress?, rev 6285 and untested

Files:

Legend:

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

    r1069 r1125  
    2323//Set a cookie now to see if they are supported by the browser. 
    2424setcookie(TEST_COOKIE, 'WP Cookie check', 0, COOKIEPATH, COOKIE_DOMAIN); 
     25if ( SITECOOKIEPATH != COOKIEPATH ) 
     26        setcookie(TEST_COOKIE, 'WP Cookie check', 0, SITECOOKIEPATH, COOKIE_DOMAIN); 
    2527 
    2628// Rather than duplicating this HTML all over the place, we'll stick it in function