Changeset 60356
- Timestamp:
- 06/27/2025 12:37:34 PM (11 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
r60232 r60356 68 68 'invalid_header' => __( 'Invalid header name or value' ), 69 69 /* translators: There is a space after the colon. */ 70 'invalid_hostentry' => __( 'Invalid host entry: ' ),70 'invalid_hostentry' => __( 'Invalid host entry: ' ), 71 71 /* translators: There is a space after the colon. */ 72 72 'invalid_host' => __( 'Invalid host: ' ),
Note: See TracChangeset
for help on using the changeset viewer.