Changeset 54795 for branches/6.1/src/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php
- Timestamp:
- 11/10/2022 07:19:11 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.1/src/wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php
r54043 r54795 337 337 if ( ! is_admin() ) { 338 338 $locale = determine_locale(); 339 load_textdomain( 'default', WP_LANG_DIR . "/admin-$locale.mo" );339 load_textdomain( 'default', WP_LANG_DIR . "/admin-$locale.mo", $locale ); 340 340 } 341 341 }
Note: See TracChangeset
for help on using the changeset viewer.