Login: Reflect new password flow in registration form.
Props Ipstenu. Fixes #32428. git-svn-id: https://develop.svn.wordpress.org/trunk@33265 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0db2e4e6f1
commit
f645e3767a
|
@ -757,7 +757,7 @@ case 'register' :
|
|||
*/
|
||||
do_action( 'register_form' );
|
||||
?>
|
||||
<p id="reg_passmail"><?php _e('A password will be e-mailed to you.') ?></p>
|
||||
<p id="reg_passmail"><?php _e( 'Registration confirmation will be e-mailed to you.' ); ?></p>
|
||||
<br class="clear" />
|
||||
<input type="hidden" name="redirect_to" value="<?php echo esc_attr( $redirect_to ); ?>" />
|
||||
<p class="submit"><input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="<?php esc_attr_e('Register'); ?>" /></p>
|
||||
|
|
Loading…
Reference in New Issue