Ticket #4754: 4754-you-have-been-successfully-logged-out.diff
File 4754-you-have-been-successfully-logged-out.diff, 914 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 you out.'); 343 if ( TRUE == $_GET['loggedout'] ) $errors['loggedout'] = __('You have been successfully logged 344 out.'); 344 345 elseif ( 'disabled' == $_GET['registration'] ) $errors['registerdiabled'] = __('User registration is currently not allowed.'); 345 346 elseif ( 'confirm' == $_GET['checkemail'] ) $errors['confirm'] = __('Check your e-mail for the confirmation link.'); 346 347 elseif ( 'newpass' == $_GET['checkemail'] ) $errors['newpass'] = __('Check your e-mail for your new password.');