- Timestamp:
- 01/30/2023 10:25:53 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-recovery-mode-email-service.php
r55001 r55161 117 117 $blogname = wp_specialchars_decode( get_option( 'blogname' ), ENT_QUOTES ); 118 118 119 $switched_locale = false; 120 121 // The switch_to_locale() function is loaded before it can actually be used. 122 if ( function_exists( 'switch_to_locale' ) && isset( $GLOBALS['wp_locale_switcher'] ) ) { 123 $switched_locale = switch_to_locale( get_locale() ); 124 } 119 $switched_locale = switch_to_locale( get_locale() ); 125 120 126 121 if ( $extension ) {
Note: See TracChangeset
for help on using the changeset viewer.