[wp-trac] [WordPress Trac] #22235: Blog path included in base
WordPress Trac
noreply at wordpress.org
Sat Oct 20 21:25:48 UTC 2012
#22235: Blog path included in base
--------------------+--------------------------
Reporter: scribu | Type: defect (bug)
Status: new | Priority: normal
Milestone: 3.5 | Component: Multisite
Version: trunk | Severity: normal
Keywords: |
--------------------+--------------------------
Previously: #19796
My config:
{{{
define('MULTISITE', true);
define('SUBDOMAIN_INSTALL', false);
$base = '/core/';
define('DOMAIN_CURRENT_SITE', 'wp.dev');
define('PATH_CURRENT_SITE', '/core/');
define('SITE_ID_CURRENT_SITE', 1);
define('BLOG_ID_CURRENT_SITE', 1);
}}}
When I go to Network Admin -> Sites, the list of blogs looks like this:
{{{
/core/
/core/foo/
/core/bar/
}}}
and then, if I go to edit `/core/bar/`, I can change `/core/` to something
else, making that particular blog inaccessible.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22235>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list