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