Changeset 59478
- Timestamp:
- 12/02/2024 05:06:29 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r59430 r59478 964 964 } 965 965 966 if ( is_admin() || wp_installing() || ( defined( 'WP_REPAIRING' ) && WP_REPAIRING ) ) {966 if ( is_admin() || wp_installing() || ( defined( 'WP_REPAIRING' ) && WP_REPAIRING ) || doing_action( 'wp_maybe_auto_update' ) ) { 967 967 load_textdomain( 'default', WP_LANG_DIR . "/admin-$locale.mo", $locale ); 968 968 }
Note: See TracChangeset
for help on using the changeset viewer.