Ticket #43037: 43037.diff
File 43037.diff, 758 bytes (added by , 7 years ago) |
---|
-
/home/subrara/Desktop/
old new 144 144 145 145 if ( !$user ) { 146 146 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.' ) 151 148 ); 152 149 } 153 150 … … 222 219 223 220 if ( ! $user ) { 224 221 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.' ) 229 223 ); 230 224 } 231 225