mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-04 12:44:31 +00:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user