git-svn-id: http://svn.automattic.com/wordpress/trunk@5451 1a063a9b-81f0-0310-95a4-ce76da25c4cd

This commit is contained in:
rob1n 2007-05-11 04:02:30 +00:00
parent 492592d5ec
commit 65454107d1
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;