Make WordPress Core

Changeset 23625


Ignore:
Timestamp:
03/06/2013 08:06:19 PM (12 years ago)
Author:
markjaquith
Message:

Unhyphenate "log-in". see #23295

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-login.php

    r23594 r23625  
    660660        $errors->add('registered', __('Registration complete. Please check your e-mail.'), 'message');
    661661    elseif  ( $interim_login )
    662         $errors->add('expired', __('Please log-in again. You will not move away from this page.'), 'message');
     662        $errors->add('expired', __('Please log in again. You will not move away from this page.'), 'message');
    663663    elseif ( strpos( $redirect_to, 'about.php?updated' ) )
    664664        $errors->add('updated', __( '<strong>You have successfully updated WordPress!</strong> Please log back in to experience the awesomeness.' ), 'message' );
Note: See TracChangeset for help on using the changeset viewer.