#13245 closed enhancement (fixed)
Add trailing slash to home_url() path
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 3.0 |
| Component: | Template | Keywords: | 2nd-opinion has-patch |
| Focuses: | Cc: |
Description
Add missing trailing slash in home_url() path and some clean up.
Attachments (1)
Change History (7)
#1
@
16 years ago
- Keywords 2nd-opinion has-patch added
- Owner 2nd-opinion has-patch deleted
- Status changed from new to assigned
#4
@
16 years ago
- Keywords has-patch added; needs-refresh removed
Oops I think I previously send a wrong patch. Attached is the correct one according to title.
That default-widgets, feed-atom-comments, and author-template is for #9008. Sorry.
Note: See
TracTickets for help on using
tickets.
The change in default-widgets is invalid -- that's JS that we don't want escaped or filtered quite like that.
Also, get_search_query() in that case should actually be unescaped, then escaped, like:
esc_url( home_url( '/?s=' . get_search_query( false ) ) );(I think).