Changeset 11162 for trunk/wp-admin/user-edit.php
- Timestamp:
- 05/03/2009 05:06:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r11110 r11162 354 354 if ( $show_password_fields ) : 355 355 ?> 356 <tr >356 <tr id="password"> 357 357 <th><label for="pass1"><?php _e('New Password'); ?></label></th> 358 358 <td><input type="password" name="pass1" id="pass1" size="16" value="" autocomplete="off" /> <?php _e("If you would like to change the password type a new one. Otherwise leave this blank."); ?><br />
Note: See TracChangeset
for help on using the changeset viewer.