Changeset 57337 for trunk/src/wp-settings.php
- Timestamp:
- 01/23/2024 01:32:34 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-settings.php
r57320 r57337 116 116 require ABSPATH . WPINC . '/class-wp-error.php'; 117 117 require ABSPATH . WPINC . '/pomo/mo.php'; 118 require ABSPATH . WPINC . '/l10n/class-wp-translation-controller.php'; 119 require ABSPATH . WPINC . '/l10n/class-wp-translations.php'; 120 require ABSPATH . WPINC . '/l10n/class-wp-translation-file.php'; 121 require ABSPATH . WPINC . '/l10n/class-wp-translation-file-mo.php'; 122 require ABSPATH . WPINC . '/l10n/class-wp-translation-file-php.php'; 118 123 119 124 /** … … 618 623 $GLOBALS['wp_locale_switcher']->init(); 619 624 625 WP_Translation_Controller::instance()->set_locale( $locale ); 626 620 627 // Load the functions for the active theme, for both parent and child theme if applicable. 621 628 foreach ( wp_get_active_and_valid_themes() as $theme ) {
Note: See TracChangeset
for help on using the changeset viewer.