Changeset 57350 for trunk/src/wp-includes/class-wp-locale-switcher.php
- Timestamp:
- 01/25/2024 07:51:12 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-locale-switcher.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-locale-switcher.php
r57337 r57350 284 284 $wp_locale = new WP_Locale(); 285 285 286 WP_Translation_Controller:: instance()->set_locale( $locale );286 WP_Translation_Controller::get_instance()->set_locale( $locale ); 287 287 288 288 /**
Note: See TracChangeset
for help on using the changeset viewer.