diff --git a/wp-includes/functions.php b/wp-includes/functions.php index f6b03ef28..1ae369c4c 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -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;