Ticket #4542 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

the_author_url() doesn't work

Reported by: JohannesRies Assigned to: anonymous
Priority: normal Milestone: 2.3
Component: Template Version: 2.3
Severity: normal Keywords: template tag author has-patch
Cc:

Description

In the actual build (26-Jun-2007 14:30) the template tag the_author_url() doesn´t work.

Attachments

rev5766.txt (499 bytes) - added by pgdx on 06/27/07 00:21:09.
Revision 5766

Change History

06/27/07 00:10:52 changed by pgdx

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

I uploaded fix to this, revision 5766. Changed line 165 in author-template.php from $authordata>user_url to $authordata->user_url

06/27/07 00:12:50 changed by foolswisdom

  • keywords changed from template tag author to template tag author has-patch.
  • status changed from closed to reopened.
  • resolution deleted.

06/27/07 00:21:09 changed by pgdx

  • attachment rev5766.txt added.

Revision 5766

06/27/07 00:51:04 changed by markjaquith

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

(In [5767]) Fix typo in get_the_author_url(). props pgdx. fixes #4542