Populate WPLANG site option when setting up a network. Props SergeyBiryukov. fixes #21726

git-svn-id: https://develop.svn.wordpress.org/trunk@22257 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-10-17 20:29:53 +00:00
parent 194e2775b8
commit 4cb0404e13
1 changed files with 1 additions and 0 deletions

View File

@ -910,6 +910,7 @@ We hope you enjoy your new site. Thanks!
'ms_files_rewriting' => is_multisite() ? get_site_option( 'ms_files_rewriting' ) : '0',
'initial_db_version' => get_option( 'initial_db_version' ),
'active_sitewide_plugins' => array(),
'WPLANG' => get_locale(),
);
if ( ! $subdomain_install )
$sitemeta['illegal_names'][] = 'blog';