Changeset 34778 for trunk/src/wp-includes/l10n.php
- Timestamp:
- 10/02/2015 07:07:23 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/l10n.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r34485 r34778 55 55 // Don't check blog option when installing. 56 56 if ( defined( 'WP_INSTALLING' ) || ( false === $ms_locale = get_option( 'WPLANG' ) ) ) { 57 $ms_locale = get_ site_option( 'WPLANG' );57 $ms_locale = get_network_option( 'WPLANG' ); 58 58 } 59 59
Note: See TracChangeset
for help on using the changeset viewer.