git-svn-id: http://svn.automattic.com/wordpress/trunk@2637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-06-13 08:38:42 +00:00
parent 1f9a608be9
commit 0ca51a3e5c
1 changed files with 1 additions and 1 deletions

View File

@ -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) {