From 90afdb5e98ec35c65123bf689fae06e98bfd86ae Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Wed, 29 Jun 2005 00:44:02 +0000 Subject: [PATCH] We don't think these are needed... git-svn-id: https://develop.svn.wordpress.org/trunk@2671 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 10f1a43b96..0be231a35e 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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);