We don't think these are needed...

git-svn-id: https://develop.svn.wordpress.org/trunk@2671 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-06-29 00:44:02 +00:00
parent 12d2d9d0e0
commit 90afdb5e98
1 changed files with 0 additions and 1 deletions

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);