Opened 15 years ago
Closed 15 years ago
#2489 closed defect (bug) (fixed)
VHOST change to SUBDOMAIN_INSTALL in WordPress 3.0
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.2.6 | Priority: | normal |
Severity: | Version: | ||
Component: | Core | 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.
Forgot to mention, that's against the 1.2 branch.