Changeset 60231 for trunk/src/wp-includes/class-wp-locale-switcher.php
- Timestamp:
- 05/11/2025 05:14:52 PM (9 months 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
r59592 r60231 288 288 289 289 if ( $phpmailer instanceof WP_PHPMailer ) { 290 $phpmailer-> SetLanguage();290 $phpmailer->setLanguage(); 291 291 } 292 292
Note: See TracChangeset
for help on using the changeset viewer.