mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
Add HTML break in user-new.php, props demetris, fixes #9834
git-svn-id: http://svn.automattic.com/wordpress/trunk@11369 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5f969d1034
commit
31ee4f86c1
@ -119,7 +119,8 @@ $new_user_send_password = !$_POST || isset($_POST['send_password']);
|
|||||||
<th scope="row"><label for="pass1"><?php _e('Password'); ?> <span class="description"><?php _e('(twice, required)'); ?></span></label></th>
|
<th scope="row"><label for="pass1"><?php _e('Password'); ?> <span class="description"><?php _e('(twice, required)'); ?></span></label></th>
|
||||||
<td><input name="pass1" type="password" id="pass1" autocomplete="off" />
|
<td><input name="pass1" type="password" id="pass1" autocomplete="off" />
|
||||||
<br />
|
<br />
|
||||||
<input name="pass2" type="password" id="pass2" autocomplete="off"/>
|
<input name="pass2" type="password" id="pass2" autocomplete="off" />
|
||||||
|
<br />
|
||||||
<div id="pass-strength-result"><?php _e('Strength indicator'); ?></div>
|
<div id="pass-strength-result"><?php _e('Strength indicator'); ?></div>
|
||||||
<p class="description indicator-hint"><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ & ).'); ?></p>
|
<p class="description indicator-hint"><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ & ).'); ?></p>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user