Make WordPress Core

Opened 21 years ago

Closed 20 years ago

#1300 closed defect (bug) (worksforme)

list_authors, wp_list_authors, the_author_posts_link return 1 URI for many authors

Reported by: cinemaminima Owned by:
Priority: normal Milestone:
Component: General Version: 1.5
Severity: minor Keywords:
Cc: Focuses:

Description

list_authors, wp_list_authors(), and the_author_posts_link(), return URIs in the form
www.example.com/author/"author_first_name"/

URI shows posts by the first author registered with "author_first_name"

All later registrants with same "author_first_name" return the same URI.

EXAMPLE:
Author #6 "Jordan Todorov" returns www.example.com/author/jordan/ ; Author #13 "Jordan Hatcher" returns www.example.com/author/jordan/

Change History (2)

#1 @cinemaminima
21 years ago

  • PatchNo

#2 @mdawaffe
20 years ago

  • Resolutionworksforme
  • Status newclosed

Must have been fixed. It works for me.

Note: See TracTickets for help on using tickets.