Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#4542 closed defect (bug) (fixed)

the_author_url() doesn't work

Reported by: johannesries's profile JohannesRies Owned by:
Milestone: 2.3 Priority: normal
Severity: normal Version: 2.3
Component: Template Keywords: template tag author has-patch
Focuses: Cc:

Description

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

Attachments (1)

rev5766.txt (499 bytes) - added by pgdx 18 years ago.
Revision 5766

Download all attachments as: .zip

Change History (4)

#1 @pgdx
18 years ago

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

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

#2 @foolswisdom
18 years ago

  • Keywords has-patch added
  • Resolution fixed deleted
  • Status changed from closed to reopened

@pgdx
18 years ago

Revision 5766

#3 @markjaquith
18 years ago

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

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

Note: See TracTickets for help on using tickets.