Ticket #21044: reset_pass_form_hook.patch
| File reset_pass_form_hook.patch, 644 bytes (added by romaimperator, 11 months ago) |
|---|
-
wp-login.php
495 495 <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> 496 496 497 497 <br class="clear" /> 498 <?php do_action('reset_pass_form', $user); ?> 498 499 <p class="submit"><input type="submit" name="wp-submit" id="wp-submit" class="button-primary" value="<?php esc_attr_e('Reset Password'); ?>" tabindex="100" /></p> 499 500 </form> 500 501
