Put password fields on separate lines.

git-svn-id: https://develop.svn.wordpress.org/trunk@1115 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2004-04-21 22:49:11 +00:00
parent 166d3aab4c
commit fede8a87d9
1 changed files with 1 additions and 0 deletions

View File

@ -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>