Opened 17 years ago
Closed 17 years ago
#12119 closed defect (bug) (fixed)
Wordpress MU - wpmu-blogs.php protocol is not respected everywhere
| Reported by: | stezz | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Multisite | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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
@
17 years ago
- Component Administration → Multisite
- Keywords has-patch added
- Milestone Unassigned → 3.0
#2
@
17 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
@
17 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
@
17 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
wpmu-blogs patch