Passwords: New UI for install screen.

Also synchronises the use of `pw_weak` as an input name and removes trailing
periods from checkbox labels.

Props MikeHansenMe, adamsilverstein, obenland.
See #32589.



git-svn-id: https://develop.svn.wordpress.org/trunk@33246 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland
2015-07-13 22:21:39 +00:00
parent ce8944600a
commit 05c4803450
5 changed files with 105 additions and 38 deletions
+2 -2
View File
@@ -483,8 +483,8 @@ if ( $show_password_fields ) :
<tr class="pw-weak">
<th><?php _e( 'Confirm Password' ); ?></th>
<td>
<label for="pw-weak">
<input type="checkbox" name="pw-weak" class="pw-checkbox" id="pw-weak" />
<label for="pw_weak">
<input type="checkbox" name="pw_weak" class="pw-checkbox" id="pw-weak" />
<?php _e( 'Confirm use of weak password' ); ?>
</label>
</td>