Changeset 19687 for trunk/wp-login.php
- Timestamp:
- 01/05/2012 08:50:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-login.php
r19593 r19687 604 604 605 605 // Some parts of this script use the main login form to display a message 606 if ( isset($_GET['loggedout']) && TRUE== $_GET['loggedout'] )606 if ( isset($_GET['loggedout']) && true == $_GET['loggedout'] ) 607 607 $errors->add('loggedout', __('You are now logged out.'), 'message'); 608 608 elseif ( isset($_GET['registration']) && 'disabled' == $_GET['registration'] )
Note: See TracChangeset
for help on using the changeset viewer.