We don't think these are needed...

git-svn-id: http://svn.automattic.com/wordpress/trunk@2671 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-06-29 00:44:02 +00:00
parent 9c9ba0aef8
commit 210192f822

View File

@ -1936,7 +1936,6 @@ function status_header( $header ) {
}
if ( preg_match('/cgi/',php_sapi_name()) ) {
@header("Status: $header $text");
echo "\r\n\r\n";
} else {
if ( version_compare(phpversion(), '4.3.0', '>=') )
@header($text, TRUE, $header);