[wp-trac] [WordPress Trac] #11852: Function is_subdomain_install() not found
WordPress Trac
wp-trac at lists.automattic.com
Sun Jan 10 10:13:37 UTC 2010
#11852: Function is_subdomain_install() not found
--------------------------+-------------------------------------------------
Reporter: floffel | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: Multisite | Version: 3.0
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
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.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11852>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list