Make WordPress Core

Changeset 6566


Ignore:
Timestamp:
01/06/2008 10:26:40 AM (19 years ago)
Author:
westi
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.');
Note: See TracChangeset for help on using the changeset viewer.