Changeset 6566

Show
Ignore:
Timestamp:
01/06/08 10:26:40 (8 months ago)
Author:
westi
Message:

You are now logged out. Fixes #4754 props spencerp.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-login.php

    r6420 r6566  
    341341 
    342342    // Some parts of this script use the main login form to display a message 
    343     if      ( TRUE == $_GET['loggedout'] )          $errors['loggedout']        = __('Successfully logged you out.'); 
     343    if      ( TRUE == $_GET['loggedout'] )          $errors['loggedout']        = __('You are now logged out.'); 
    344344    elseif  ( 'disabled' == $_GET['registration'] ) $errors['registerdiabled']  = __('User registration is currently not allowed.'); 
    345345    elseif  ( 'confirm' == $_GET['checkemail'] )    $errors['confirm']          = __('Check your e-mail for the confirmation link.');