Make WordPress Core

Changeset 8919 for trunk/wp-login.php


Ignore:
Timestamp:
09/17/2008 08:17:37 PM (16 years ago)
Author:
ryan
Message:

Typo fix. Props jdevalk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r8754 r8919  
    456456    // Some parts of this script use the main login form to display a message
    457457    if      ( isset($_GET['loggedout']) && TRUE == $_GET['loggedout'] )         $errors->add('loggedout', __('You are now logged out.'), 'message');
    458     elseif  ( isset($_GET['registration']) && 'disabled' == $_GET['registration'] ) $errors->add('registerdiabled', __('User registration is currently not allowed.'));
     458    elseif  ( isset($_GET['registration']) && 'disabled' == $_GET['registration'] ) $errors->add('registerdisabled', __('User registration is currently not allowed.'));
    459459    elseif  ( isset($_GET['checkemail']) && 'confirm' == $_GET['checkemail'] )  $errors->add('confirm', __('Check your e-mail for the confirmation link.'), 'message');
    460460    elseif  ( isset($_GET['checkemail']) && 'newpass' == $_GET['checkemail'] )  $errors->add('newpass', __('Check your e-mail for your new password.'), 'message');
Note: See TracChangeset for help on using the changeset viewer.