Login: Reflect new password flow in registration form.
Props Ipstenu. Fixes #32428. Built from https://develop.svn.wordpress.org/trunk@33265 git-svn-id: http://core.svn.wordpress.org/trunk@33237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
88e669b6db
commit
1f18ef86a3
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta2-33264';
|
||||
$wp_version = '4.3-beta2-33265';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
|
@ -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