Opened 16 years ago
Closed 16 years ago
#2489 closed defect (bug) (fixed)
VHOST change to SUBDOMAIN_INSTALL in WordPress 3.0
| Reported by: | wpmuguru | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.2.6 |
| Component: | Core | Version: | |
| Severity: | Keywords: | has-patch | |
| Cc: |
Description
VHOST is supported in WordPress 3.0, but WP 3.0 -> WP networks have the SUBDOMAIN_INSTALL constant to indicate subdomain or subfolder install. The function used throughout WordPress 3.0 to identify a subdomain install is is_subdomain_install().
The attached patch provides the is_subdomain_install() function for WP & MU 2.9.X installs and changes all BP references to is_subdomain_install().
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Forgot to mention, that's against the 1.2 branch.