Make WordPress Core

Ticket #43037: 43037.diff

File 43037.diff, 758 bytes (added by subrataemfluence, 7 years ago)
  • /home/subrara/Desktop/

    old new  
    144144
    145145        if ( !$user ) {
    146146                return new WP_Error( 'invalid_username',
    147                         __( '<strong>ERROR</strong>: Invalid username.' ) .
    148                         ' <a href="' . wp_lostpassword_url() . '">' .
    149                         __( 'Lost your password?' ) .
    150                         '</a>'
     147                        __( '<strong>ERROR</strong>: Invalid username.' )
    151148                );
    152149        }
    153150
     
    222219
    223220        if ( ! $user ) {
    224221                return new WP_Error( 'invalid_email',
    225                         __( '<strong>ERROR</strong>: Invalid email address.' ) .
    226                         ' <a href="' . wp_lostpassword_url() . '">' .
    227                         __( 'Lost your password?' ) .
    228                         '</a>'
     222                        __( '<strong>ERROR</strong>: Invalid email address.' )
    229223                );
    230224        }
    231225