Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#11852 closed defect (bug) (fixed)

Function is_subdomain_install() not found

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

#1 @ryan
15 years ago

  • Milestone changed from Unassigned to 3.0

I think that will be hooked up soon.

#2 @wpmuguru
15 years ago

This should be looked after.

#3 @wpmuguru
15 years ago

  • 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.