Ticket #24364: 24364.2.diff
| File 24364.2.diff, 1.6 KB (added by , 13 years ago) |
|---|
-
wp-admin/user-edit.php
if ( $show_password_fields ) : 376 376 ?> 377 377 <tr id="password"> 378 378 <th><label for="pass1"><?php _e('New Password'); ?></label></th> 379 <td><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> 379 <td> 380 <input class="hidden" /> 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> 380 382 </td> 381 383 </tr> 382 384 <tr> -
wp-admin/user-new.php
foreach ( array( 'user_login' => 'login', 'first_name' => 'firstname', 'last_nam 341 341 <?php if ( apply_filters('show_password_fields', true) ) : ?> 342 342 <tr class="form-field form-required"> 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 <td><input name="pass1" type="password" id="pass1" autocomplete="off" /> 344 <td> 345 <input class="hidden" /> 346 <input name="pass1" type="password" id="pass1" autocomplete="off" /> 345 347 </td> 346 348 </tr> 347 349 <tr class="form-field form-required">
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)