From a587695265975cdbcb2ebebf131249e941bc945d Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 24 Nov 2008 20:21:09 +0000 Subject: [PATCH] Send correct status. Props yonosoytu. see #7361 git-svn-id: http://svn.automattic.com/wordpress/trunk@9861 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-app.php b/wp-app.php index ccbe4e3c4..fa47b0e4b 100644 --- a/wp-app.php +++ b/wp-app.php @@ -1392,7 +1392,7 @@ EOD; nocache_headers(); header('WWW-Authenticate: Basic realm="WordPress Atom Protocol"'); header("HTTP/1.1 401 $msg"); - header('Status: ' . $msg); + header('Status: 401 ' . $msg); header('Content-Type: text/html'); $content = <<