diff --git a/wp-app.php b/wp-app.php index ccbe4e3c41..fa47b0e4b3 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 = <<