Make WordPress Core

Ticket #4754: wp-login.php.diff

File wp-login.php.diff, 902 bytes (added by spencerp, 17 years ago)

patch includes "You are now logged out."

  • wp-login.php

     
    340340                $errors['user_pass'] = __('<strong>ERROR</strong>: The password field is empty.');
    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.');
    346346        elseif  ( 'newpass' == $_GET['checkemail'] )    $errors['newpass']                      = __('Check your e-mail for your new password.');