Changed password inputs from 'text' to 'password'

git-svn-id: https://develop.svn.wordpress.org/trunk@783 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dougal Campbell 2004-01-21 22:44:28 +00:00
parent 25c474992c
commit 2d0649b0dc
1 changed files with 2 additions and 2 deletions

View File

@ -283,9 +283,9 @@ echo "\n<tr $style>
</tr>
<tr>
<th scope="row">Password (twice) </th>
<td><input name="pass1" type="text" id="pass1" />
<td><input name="pass1" type="password" id="pass1" />
<br />
<input name="pass2" type="text" id="pass2" /></td>
<input name="pass2" type="password" id="pass2" /></td>
</tr>
</table>
<p>