s/user_description/description/. Props tinyau. fixes #1943
git-svn-id: https://develop.svn.wordpress.org/trunk@3205 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0b2c8e19df
commit
2ebfe35d2d
@ -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
Block a user