Changeset 34912 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 10/07/2015 05:11:01 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r34828 r34912 55 55 // Don't check blog option when installing. 56 56 if ( wp_installing() || ( false === $ms_locale = get_option( 'WPLANG' ) ) ) { 57 $ms_locale = get_ network_option( 'WPLANG' );57 $ms_locale = get_site_option( 'WPLANG' ); 58 58 } 59 59
Note: See TracChangeset
for help on using the changeset viewer.