Opened 3 years ago
Closed 3 years ago
#11852 closed defect (bug) (fixed)
Function is_subdomain_install() not found
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.0 |
| Component: | Multisite | Version: | 3.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Recently the function is_subdomain_install() has been introduced. It is called in ms-functions.php, but ms-settings.php where the function is defined is not loaded before ms-functions.php.
Therefore I get the error message:
Call to undefined function is_subdomain_install() in /var/www/wordpress/wp-includes/ms-functions.php on line 111
The solution is to load ms-settings before ms-functions in wp-settings.php.
Change History (3)
Note: See
TracTickets for help on using
tickets.

I think that will be hooked up soon.