From 0ca51a3e5c8f0bb0b9ccc83a3fafabc98d2b6337 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 13 Jun 2005 08:38:42 +0000 Subject: [PATCH] Typo git-svn-id: http://svn.automattic.com/wordpress/trunk@2637 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template-functions-author.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/template-functions-author.php b/wp-includes/template-functions-author.php index 3cb938d6ad..86aaa48d63 100644 --- a/wp-includes/template-functions-author.php +++ b/wp-includes/template-functions-author.php @@ -2,7 +2,7 @@ function get_the_author($idmode = '') { global $authordata; - return $author_data->display_name; + return $authordata->display_name; } function the_author($idmode = '', $echo = true) {