Typo
git-svn-id: http://svn.automattic.com/wordpress/trunk@2637 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1f9a608be9
commit
0ca51a3e5c
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue