Changeset 783
- Timestamp:
- 01/21/2004 10:44:28 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/users.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/users.php
r667 r783 284 284 <tr> 285 285 <th scope="row">Password (twice) </th> 286 <td><input name="pass1" type=" text" id="pass1" />286 <td><input name="pass1" type="password" id="pass1" /> 287 287 <br /> 288 <input name="pass2" type=" text" id="pass2" /></td>288 <input name="pass2" type="password" id="pass2" /></td> 289 289 </tr> 290 290 </table>
Note: See TracChangeset
for help on using the changeset viewer.