block creation of 'files' sub site, see #13304
git-svn-id: http://svn.automattic.com/wordpress/trunk@14681 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
23667bf07e
commit
3f6a32a5ce
|
@ -698,7 +698,7 @@ Thanks!
|
|||
'fileupload_maxk' => 1500,
|
||||
'site_admins' => $site_admins,
|
||||
'allowedthemes' => $allowed_themes,
|
||||
'illegal_names' => array( 'www', 'web', 'root', 'admin', 'main', 'invite', 'administrator' ),
|
||||
'illegal_names' => array( 'www', 'web', 'root', 'admin', 'main', 'invite', 'administrator', 'files' ),
|
||||
'wpmu_upgrade_site' => $wp_db_version,
|
||||
'welcome_email' => $welcome_email,
|
||||
'first_post' => __( 'Welcome to <a href="SITE_URL">SITE_NAME</a>. This is your first post. Edit or delete it, then start blogging!' ),
|
||||
|
|
Loading…
Reference in New Issue