Opened 15 years ago
Closed 15 years ago
#12119 closed defect (bug) (fixed)
Wordpress MU - wpmu-blogs.php protocol is not respected everywhere
Reported by: | stezz | Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Multisite | Keywords: | has-patch |
Focuses: | Cc: |
Description
recently there was a commit to take care of ${protocol}.
The change wasn't done everywhere in the file.
This patch should take care of that (please review).
Attachments (3)
Change History (10)
#1
@
15 years ago
- Component changed from Administration to Multisite
- Keywords has-patch added
- Milestone changed from Unassigned to 3.0
#2
@
15 years ago
Just because I'm visiting the admin via https doesn't mean I want to view the blog in https. Ideally we should leverage home_url(), site_url(), admin_url(), etc. Perhaps an optional blog ID can be added to those.
#3
follow-up:
↓ 4
@
15 years ago
Patch introduces get_home_url() which accepts a blog ID. home_url() remains for getting the home url for the current blog. The same should be done for the other function if we go this direction.
#4
in reply to:
↑ 3
@
15 years ago
Replying to ryan:
Patch introduces get_home_url() which accepts a blog ID. home_url() remains for getting the home url for the current blog. The same should be done for the other function if we go this direction.
Patch looks good to me.
wpmu-blogs patch