s/user_description/description/. Props tinyau. fixes #1943
git-svn-id: http://svn.automattic.com/wordpress/trunk@3205 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
88fc7ae84e
commit
6708e3d4ff
|
@ -13,7 +13,7 @@ function the_author($idmode = '', $echo = true) {
|
|||
|
||||
function get_the_author_description() {
|
||||
global $authordata;
|
||||
return $authordata->user_description;
|
||||
return $authordata->description;
|
||||
}
|
||||
function the_author_description() {
|
||||
echo get_the_author_description();
|
||||
|
|
Loading…
Reference in New Issue