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:
ryan 2005-11-23 18:01:32 +00:00
parent 88fc7ae84e
commit 6708e3d4ff
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();