git-svn-id: https://develop.svn.wordpress.org/trunk@5451 602fd350-edb4-49c9-b593-d223f7449a82

This commit is contained in:
rob1n 2007-05-11 04:02:30 +00:00
parent e6c570e45e
commit 90dc5682f3
1 changed files with 1 additions and 1 deletions

View File

@ -929,7 +929,7 @@ function get_status_header_desc( $code ) {
}
function status_header( $header ) {
$text = get_status_header( $header );
$text = get_status_header_desc( $header );
if ( empty( $text ) ) {
return false;