git-svn-id: https://develop.svn.wordpress.org/trunk@2637 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-06-13 08:38:42 +00:00
parent f6ef88773f
commit 6f9483fbe4
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) {