Index: functions.php
===================================================================
--- functions.php	(revision 12135)
+++ functions.php	(working copy)
@@ -1559,6 +1559,10 @@
 	if ( 'HTTP/1.1' != $protocol && 'HTTP/1.0' != $protocol )
 		$protocol = 'HTTP/1.0';
 	$status_header = "$protocol $header $text";
+
+	if( defined( 'CGI_STATUS_HEADER' ) && CGI_STATUS_HEADER === true )
+		$status_header = "Status: $header $text";
+
 	if ( function_exists( 'apply_filters' ) )
 		$status_header = apply_filters( 'status_header', $status_header, $header, $text, $protocol );
 
