Changeset 6566
- Timestamp:
- 01/06/2008 10:26:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r6420 r6566 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.');
Note: See TracChangeset
for help on using the changeset viewer.