From 65454107d1d019f758f63698db395feeed8e3670 Mon Sep 17 00:00:00 2001 From: rob1n Date: Fri, 11 May 2007 04:02:30 +0000 Subject: [PATCH] git-svn-id: http://svn.automattic.com/wordpress/trunk@5451 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 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;