From 90dc5682f32c075b4eb526d982b2ec50f175d321 Mon Sep 17 00:00:00 2001 From: rob1n Date: Fri, 11 May 2007 04:02:30 +0000 Subject: [PATCH] git-svn-id: https://develop.svn.wordpress.org/trunk@5451 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/functions.php b/wp-includes/functions.php index f6b03ef28c..1ae369c4c2 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;