Ticket #26457: 26457.diff
File 26457.diff, 3.4 KB (added by , 11 years ago) |
---|
-
wp-admin/install.php
123 123 <input name="admin_password" type="password" id="pass1" size="25" value="" /> 124 124 <p><input name="admin_password2" type="password" id="pass2" size="25" value="" /></p> 125 125 <div id="pass-strength-result"><?php _e('Strength indicator'); ?></div> 126 <p><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ & ).'); ?></p>126 <p><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).'); ?></p> 127 127 </td> 128 128 </tr> 129 129 <?php endif; ?> -
wp-admin/user-edit.php
470 470 <span class="description" for="pass2"><?php _e( 'Type your new password again.' ); ?></span> 471 471 <br /> 472 472 <div id="pass-strength-result"><?php _e( 'Strength indicator' ); ?></div> 473 <p class="description indicator-hint"><?php _e( 'Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ & ).' ); ?></p>473 <p class="description indicator-hint"><?php _e( 'Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).' ); ?></p> 474 474 </td> 475 475 </tr> 476 476 <?php endif; ?> -
wp-admin/user-new.php
395 395 <input name="pass2" type="password" id="pass2" autocomplete="off" /> 396 396 <br /> 397 397 <div id="pass-strength-result"><?php _e('Strength indicator'); ?></div> 398 <p class="description indicator-hint"><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ & ).'); ?></p>398 <p class="description indicator-hint"><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).'); ?></p> 399 399 </td> 400 400 </tr> 401 401 <tr> -
wp-login.php
614 614 </p> 615 615 616 616 <div id="pass-strength-result" class="hide-if-no-js"><?php _e('Strength indicator'); ?></div> 617 <p class="description indicator-hint"><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! " ? $ % ^ & ).'); ?></p>617 <p class="description indicator-hint"><?php _e('Hint: The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers, and symbols like ! " ? $ % ^ & ).'); ?></p> 618 618 619 619 <br class="clear" /> 620 620 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" class="button button-primary button-large" value="<?php esc_attr_e('Reset Password'); ?>" /></p>