Ticket #43037: 43037-2.diff
File 43037-2.diff, 665 bytes (added by , 7 years ago) |
---|
-
/home/subrara/Desktop/
old new 146 146 return new WP_Error( 'invalid_username', 147 147 __( '<strong>ERROR</strong>: Invalid username.' ) . 148 148 ' <a href="' . wp_lostpassword_url() . '">' . 149 __( ' Lost your password?' ) .149 __( 'Recover username' ) . 150 150 '</a>' 151 151 ); 152 152 } … … 224 224 return new WP_Error( 'invalid_email', 225 225 __( '<strong>ERROR</strong>: Invalid email address.' ) . 226 226 ' <a href="' . wp_lostpassword_url() . '">' . 227 __( ' Lost your password?' ) .227 __( 'Recover account email' ) . 228 228 '</a>' 229 229 ); 230 230 }