#15413 closed defect (bug) (fixed)
inconsistent use of home_url() in author-template.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Permalinks | Version: | 3.1 |
| Severity: | minor | Keywords: | has-patch |
| Cc: |
Description
should be
home_url(trailingslashit($link))
not
home_url().trailingslashit($link)
in
get_author_posts_url()
Attachments (1)
Change History (7)
comment:2
chineseleper — 3 years ago
patch updated
comment:4
markjaquith — 3 years ago
- Owner set to markjaquith
- Status changed from new to assigned
Looks like it got fixed, but there is another that I see.
comment:5
markjaquith — 3 years ago
- Resolution set to fixed
- Status changed from assigned to closed
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 ) ).