mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-08 17:38:26 +01:00
You are now logged out. Fixes #4754 props spencerp.
git-svn-id: http://svn.automattic.com/wordpress/trunk@6566 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
65ce4f3e03
commit
92a7e547c5
@ -340,7 +340,7 @@ default:
|
||||
$errors['user_pass'] = __('<strong>ERROR</strong>: The password field is empty.');
|
||||
|
||||
// Some parts of this script use the main login form to display a message
|
||||
if ( TRUE == $_GET['loggedout'] ) $errors['loggedout'] = __('Successfully logged you out.');
|
||||
if ( TRUE == $_GET['loggedout'] ) $errors['loggedout'] = __('You are now logged out.');
|
||||
elseif ( 'disabled' == $_GET['registration'] ) $errors['registerdiabled'] = __('User registration is currently not allowed.');
|
||||
elseif ( 'confirm' == $_GET['checkemail'] ) $errors['confirm'] = __('Check your e-mail for the confirmation link.');
|
||||
elseif ( 'newpass' == $_GET['checkemail'] ) $errors['newpass'] = __('Check your e-mail for your new password.');
|
||||
|
Loading…
Reference in New Issue
Block a user