Put password fields on separate lines.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1115 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
7372630aee
commit
ebc2155ac7
|
@ -309,6 +309,7 @@ default:
|
|||
<tr>
|
||||
<th scope="row">New <strong>Password</strong> (Leave blank to stay the same.)</th>
|
||||
<td><input type="password" name="pass1" size="16" value="" />
|
||||
<br>
|
||||
<input type="password" name="pass2" size="16" value="" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue