Ticket #1943 (closed defect (bug): fixed)

Opened 3 years ago

Last modified 2 years ago

function get_the_author_description() is not working properly

Reported by: tinyau Assigned to: anonymous
Priority: normal Milestone:
Component: Template Version: 1.6
Severity: normal Keywords:
Cc:

Description

function get_the_author_description() in wp-includes/template-functions-author.php is not working properly due to table "users" is splitted into "users" and "usermeta"

Original code is

return $authordata->user_description;

and it should be revised to

return $authordata->description;

Change History

11/23/05 18:01:53 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [3205]) s/user_description/description/. Props tinyau. fixes #1943

11/30/06 19:41:47 changed by

  • milestone deleted.

Milestone 2.0 deleted