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:
Ryan Boren 2005-11-23 18:01:32 +00:00
parent 0b2c8e19df
commit 2ebfe35d2d
1 changed files with 1 additions and 1 deletions

View File

@ -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();