Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#15441 closed defect (bug) (fixed)

Link to author page beeing redirected

Reported by: ccamds's profile ccamds Owned by:
Milestone: 3.1 Priority: normal
Severity: trivial Version: 3.1
Component: General Keywords: author
Focuses: Cc:

Description

The function the_author_posts_link() is creating a link to a 301 page, as it adds an extra final slash (the link appears like /author/ccamds/ instead of /author/ccamds ).

Change History (3)

#1 @nacin
14 years ago

Whatever we're doing, we should be using user_trailingslashit().

#2 @nacin
14 years ago

  • Milestone changed from Awaiting Review to 3.1

#3 @nacin
14 years ago

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

(In [16401]) Use user_trailingslashit in get_author_posts_url(). fixes #15441.

Note: See TracTickets for help on using tickets.