Make WordPress Core


Ignore:
Timestamp:
05/09/2019 07:47:28 PM (6 years ago)
Author:
desrosj
Message:

I18N: Combine similar strings with minor differences.

Props dimadin.
Fixes #47158.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r45204 r45298  
    427427
    428428    if ( $message && ! wp_mail( $user_email, wp_specialchars_decode( $title ), $message ) ) {
    429         wp_die( __( 'The email could not be sent.' ) . "<br />\n" . __( 'Possible reason: your host may have disabled the mail() function.' ) );
     429        wp_die( __( 'The email could not be sent. Possible reason: your host may have disabled the mail() function.' ) );
    430430    }
    431431
Note: See TracChangeset for help on using the changeset viewer.