Make WordPress Core

Changeset 22257


Ignore:
Timestamp:
10/17/2012 08:29:53 PM (12 years ago)
Author:
ryan
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/schema.php

    r22240 r22257  
    911911        'initial_db_version' => get_option( 'initial_db_version' ),
    912912        'active_sitewide_plugins' => array(),
     913        'WPLANG' => get_locale(),
    913914    );
    914915    if ( ! $subdomain_install )
Note: See TracChangeset for help on using the changeset viewer.