Make WordPress Core

Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#1943 closed defect (bug) (fixed)

function get_the_author_description() is not working properly

Reported by: tinyau's profile tinyau Owned by:
Milestone: Priority: normal
Severity: normal Version: 1.6
Component: Template Keywords:
Focuses: 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 (2)

#1 @ryan
20 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

#2 @(none)
19 years ago

  • Milestone 2.0 deleted

Milestone 2.0 deleted

Note: See TracTickets for help on using tickets.