[wp-testers] wpbeta 2.0.5 cannot log in with IE

Mark Jaquith mark.wordpress at txfx.net
Mon Oct 2 20:24:19 GMT 2006


On Oct 2, 2006, at 4:10 PM, Ryan Boren wrote:

> I can't think of any changes between 2.0.4 and 2.0.5 that would  
> cause this.

wp_redirect() now calls status_header('302'), which calls:

> 	@header("HTTP/1.1 302 Moved Temporarily'");
> 	@header("Status: 302 Moved Temporarily'");

Toby, try finding this line in wp-includes/pluggable-functions.php

> status_header($status);

and changing it to

> // status_header($status);

Let us know if that fixes the issue!

--
Mark Jaquith
http://txfx.net/




More information about the wp-testers mailing list