#15413 closed defect (bug) (fixed)
inconsistent use of home_url() in author-template.php
Reported by: | chineseleper | Owned by: | markjaquith |
---|---|---|---|
Milestone: | 3.1 | Priority: | normal |
Severity: | minor | Version: | 3.1 |
Component: | Permalinks | Keywords: | has-patch |
Focuses: | Cc: |
Description
should be
home_url(trailingslashit($link))
not
home_url().trailingslashit($link)
in
get_author_posts_url()
Attachments (1)
Change History (8)
#4
@
14 years ago
- Owner set to markjaquith
- Status changed from new to assigned
Looks like it got fixed, but there is another that I see.
This ticket was mentioned in Slack in #core-editor by bobbingwide. View the logs.
4 years ago
Note: See
TracTickets for help on using
tickets.
Best to diff from the root, that way the path in the patch includes wp-includes.
We'd also want to add some whitespace there, i.e.
home_url( trailingslashit( $link ) )
.