Make WordPress Core

Changeset 33265


Ignore:
Timestamp:
07/14/2015 04:07:46 PM (9 years ago)
Author:
obenland
Message:

Login: Reflect new password flow in registration form.

Props Ipstenu.
Fixes #32428.

File:
1 edited

Legend:

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

    r33251 r33265  
    758758    do_action( 'register_form' );
    759759    ?>
    760     <p id="reg_passmail"><?php _e('A password will be e-mailed to you.') ?></p>
     760    <p id="reg_passmail"><?php _e( 'Registration confirmation will be e-mailed to you.' ); ?></p>
    761761    <br class="clear" />
    762762    <input type="hidden" name="redirect_to" value="<?php echo esc_attr( $redirect_to ); ?>" />
Note: See TracChangeset for help on using the changeset viewer.