[wp-trac] [WordPress Trac] #22701: Allow the use of SITEURL and HOME constants for Multisite Installations
WordPress Trac
noreply at wordpress.org
Mon Dec 3 21:21:27 UTC 2012
#22701: Allow the use of SITEURL and HOME constants for Multisite Installations
-----------------------------+-------------------------
Reporter: jondavidjohn | Type: enhancement
Status: new | Priority: normal
Milestone: Awaiting Review | Component: Multisite
Version: trunk | Severity: normal
Keywords: has-patch |
-----------------------------+-------------------------
This is a proposal to allow the use of the SITEURL and HOME constants, as
we do with single site installations.
My proposal would be to follow the naming conventions put forward by the
database schema for multisite installations.
Example for a constant override of the siteurl and home option for blog_id
3.
{{{
#!php
define('WP_3_SITEURL', 'http://example.com');
define('WP_3_HOME', 'http://example.com/wp');
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22701>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list