Ticket #4754: wp-login.php.diff
File wp-login.php.diff, 902 bytes (added by , 17 years ago) |
---|
-
wp-login.php
340 340 $errors['user_pass'] = __('<strong>ERROR</strong>: The password field is empty.'); 341 341 342 342 // Some parts of this script use the main login form to display a message 343 if ( TRUE == $_GET['loggedout'] ) $errors['loggedout'] = __(' Successfully logged youout.');343 if ( TRUE == $_GET['loggedout'] ) $errors['loggedout'] = __('You are now logged out.'); 344 344 elseif ( 'disabled' == $_GET['registration'] ) $errors['registerdiabled'] = __('User registration is currently not allowed.'); 345 345 elseif ( 'confirm' == $_GET['checkemail'] ) $errors['confirm'] = __('Check your e-mail for the confirmation link.'); 346 346 elseif ( 'newpass' == $_GET['checkemail'] ) $errors['newpass'] = __('Check your e-mail for your new password.');