Make WordPress Core

Changeset 60356


Ignore:
Timestamp:
06/27/2025 12:37:34 PM (11 months ago)
Author:
swissspidy
Message:

I18N: Improve translatable string in WP_PHPMailer.

See [59592] / #23311.

Props GaryJ.
See #63629.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-phpmailer.php

    r60232 r60356  
    6868            'invalid_header'       => __( 'Invalid header name or value' ),
    6969            /* translators: There is a space after the colon. */
    70             'invalid_hostentry'    => __( 'Invalid hostentry: ' ),
     70            'invalid_hostentry'    => __( 'Invalid host entry: ' ),
    7171            /* translators: There is a space after the colon. */
    7272            'invalid_host'         => __( 'Invalid host: ' ),
Note: See TracChangeset for help on using the changeset viewer.