mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
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>
|
<tr>
|
||||||
<th scope="row">New <strong>Password</strong> (Leave blank to stay the same.)</th>
|
<th scope="row">New <strong>Password</strong> (Leave blank to stay the same.)</th>
|
||||||
<td><input type="password" name="pass1" size="16" value="" />
|
<td><input type="password" name="pass1" size="16" value="" />
|
||||||
|
<br>
|
||||||
<input type="password" name="pass2" size="16" value="" /></td>
|
<input type="password" name="pass2" size="16" value="" /></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user