Make WordPress Core

Changeset 19687 for trunk/wp-login.php


Ignore:
Timestamp:
01/05/2012 08:50:54 PM (13 years ago)
Author:
ryan
Message:

User lowercase true, false, null instead of uppercase. Props c3mdigital, mfields. fixes #16302

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r19593 r19687  
    604604
    605605    // 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'] )
    607607        $errors->add('loggedout', __('You are now logged out.'), 'message');
    608608    elseif  ( isset($_GET['registration']) && 'disabled' == $_GET['registration'] )
Note: See TracChangeset for help on using the changeset viewer.