Opened 3 years ago

Closed 3 years ago

#11852 closed defect (bug) (fixed)

Function is_subdomain_install() not found

Reported by: floffel 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)

comment:1   ryan3 years ago

  • Milestone changed from Unassigned to 3.0

I think that will be hooked up soon.

This should be looked after.

  • Resolution set to fixed
  • Status changed from new to closed

I'm closing this one. The startup/load was reorganized in #11881.

Note: See TracTickets for help on using tickets.