Ticket #2901: 2901.diff
| File 2901.diff, 629 bytes (added by Nazgul, 6 years ago) |
|---|
-
wp-login.php
204 204 wp_redirect($redirect_to); 205 205 exit; 206 206 } else { 207 $error = __('Incorrect username or password.'); 207 208 if ( $using_cookie ) 208 209 $error = __('Your session has expired.'); 209 210 } 210 211 } 212 else if ( $user_login || $user_pass ) 213 $error = __('Incorrect username or password.'); 211 214 ?> 212 215 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 213 216 <html xmlns="http://www.w3.org/1999/xhtml">
