Changeset 24552
- Timestamp:
- 07/03/2013 09:24:02 PM (12 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r24551 r24552 378 378 <th><label for="pass1"><?php _e('New Password'); ?></label></th> 379 379 <td> 380 <input class="hidden" value=" " /><!-- #24364 workaround --> 380 381 <input type="password" name="pass1" id="pass1" size="16" value="" autocomplete="off" /> <span class="description"><?php _e("If you would like to change the password type a new one. Otherwise leave this blank."); ?></span> 381 382 </td> -
trunk/wp-admin/user-new.php
r24551 r24552 343 343 <th scope="row"><label for="pass1"><?php _e('Password'); ?> <span class="description"><?php /* translators: password input field */_e('(required)'); ?></span></label></th> 344 344 <td> 345 <input class="hidden" value=" " /><!-- #24364 workaround --> 345 346 <input name="pass1" type="password" id="pass1" autocomplete="off" /> 346 347 </td>
Note: See TracChangeset
for help on using the changeset viewer.