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