[wp-testers] RE: wp-testers Digest, Vol 20, Issue 3

Toby Simmons toby at simmonsconsulting.com
Mon Oct 2 21:41:35 GMT 2006


Mark,

>> 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/

Works swell with that line commented out.





More information about the wp-testers mailing list