﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
22235,Blog path included in base,scribu,,"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.",defect (bug),closed,normal,,Multisite,3.5,normal,maybelater,close,
