Ticket #44334: 44334.diff
| File 44334.diff, 400 bytes (added by , 8 years ago) |
|---|
-
wp-login.php
diff --git src/wp-login.php b/wp-login.php index e02208a..d59d60a 100755
src b function retrieve_password() { 347 347 } 348 348 349 349 if ( ! $user_data ) { 350 $errors->add( 'invalidcombo', __( '<strong>ERROR</strong>: Invalid username or email.' ) );350 $errors->add( 'invalidcombo', __( '<strong>ERROR</strong>: Invalid username.' ) ); 351 351 return $errors; 352 352 } 353 353