2007/05/11

WP 頁首頁尾出現不明、奇怪數字

WordPress 頁首頁尾出現不明、奇怪數字的解法

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