#18293 closed defect (bug) (fixed)
site_url() used instead of home_url()
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.4 | Priority: | normal |
| Severity: | normal | Version: | 3.2.1 |
| Component: | General | Keywords: | has-patch |
| Focuses: | Cc: |
Description
There's a couple of places where home_url() should be used instead of site_url(). Patch coming up.
Attachments (1)
Change History (8)
#3
@
14 years ago
- Keywords reporter-feedback removed
Oops, this slipped my mind. Patch coming up. Nothing major.
#4
@
14 years ago
- Keywords has-patch added; needs-patch removed
- Version set to 3.2.1
Patch replaces a few occurrences of site_url() with home_url().
Background: site_url() returns a URL with an https protocol for sites that use administration over SSL. home_url() returns the home URL with the correct protocol.
Note: See
TracTickets for help on using
tickets.
Where are the places?