Make WordPress Core


Ignore:
Timestamp:
06/10/2019 01:32:41 PM (6 years ago)
Author:
desrosj
Message:

I18N: Combine similar strings with minor differences.

Merges [45298] to the 5.2 branch.

Props dimadin.
Fixes #47158.

Location:
branches/5.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.2

  • branches/5.2/src/wp-login.php

    r45204 r45510  
    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.