Make WordPress Core


Ignore:
Timestamp:
12/11/2015 04:00:36 PM (8 years ago)
Author:
DrewAPicture
Message:

Administration: Improve the message displayed in the login form modal when a user's session has expired.

Props obrienlabs.
Fixes #34340.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-login.php

    r35846 r35865  
    835835    if ( $interim_login ) {
    836836        if ( ! $errors->get_error_code() )
    837             $errors->add('expired', __('Session expired. Please log in again. You will not move away from this page.'), 'message');
     837            $errors->add( 'expired', __( 'Your session has expired. Please log in to continue where you left off.' ), 'message' );
    838838    } else {
    839839        // Some parts of this script use the main login form to display a message
Note: See TracChangeset for help on using the changeset viewer.