wp-includes/functions.php
- @header("HTTP/1.1 $header $text", true, $header);
+ @header($_SERVER["SERVER_PROTOCOL"]." ".$header." ".$text, true, $header);
原因是在
http://trac.wordpress.org/ticket/3886
相關的討論串
http://www.robbin.cc/vb/showthread.php?t=649
http://wordpress.org/support/topic/105807
No comments:
Post a Comment