Changeset 60419
- Timestamp:
- 07/07/2025 04:23:29 PM (7 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-phpmailer.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-phpmailer.php
r60356 r60419 49 49 ), 50 50 'connect_host' => __( 'SMTP Error: Could not connect to SMTP host.' ), 51 'data_not_accepted' => __( 'SMTP Error: data not accepted.' ),51 'data_not_accepted' => __( 'SMTP Error: Data not accepted.' ), 52 52 'empty_message' => __( 'Message body empty' ), 53 53 /* translators: There is a space after the colon. */
Note: See TracChangeset
for help on using the changeset viewer.