Opened 15 years ago
Closed 15 years ago
#11852 closed defect (bug) (fixed)
Function is_subdomain_install() not found
Reported by: | floffel | Owned by: | |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | 3.0 |
Component: | Multisite | Keywords: | |
Focuses: | 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.