From 6f9483fbe45d0549f7dc90d9701dac622770a29b Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 13 Jun 2005 08:38:42 +0000 Subject: [PATCH] Typo git-svn-id: https://develop.svn.wordpress.org/trunk@2637 602fd350-edb4-49c9-b593-d223f7449a82 --- 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) {