[wp-trac] [WordPress Trac] #11643: Invalid code in wp-login.php
WordPress Trac
wp-trac at lists.automattic.com
Sun Dec 27 13:24:40 UTC 2009
#11643: Invalid code in wp-login.php
--------------------------+-------------------------------------------------
Reporter: hakre | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.0
Component: General | Version: 2.9
Severity: normal | Keywords: has-patch tested
--------------------------+-------------------------------------------------
This just does not makes any sense:
{{{
if ( !$secure_cookie && whatever() && ... )
secure_cookie = false;
}}}
Found in line 480-481 in wp-login.php while reviewing #9207. Fix is
simple, will attach a patch.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11643>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list