New resetpass_form hook in wp-login.php.
props romaimperator. fixes #21044. git-svn-id: https://develop.svn.wordpress.org/trunk@27068 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b8e7bbb0f2
commit
509cd20ae4
@ -617,6 +617,17 @@ case 'rp' :
|
||||
<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>
|
||||
|
||||
<br class="clear" />
|
||||
|
||||
<?php
|
||||
/**
|
||||
* Fires following the 'Strength indicator' meter in the user password reset form.
|
||||
*
|
||||
* @since 3.9.0
|
||||
*
|
||||
* @param WP_User $user User undergoing the password reset.
|
||||
*/
|
||||
do_action( 'resetpass_form', $user );
|
||||
?>
|
||||
<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>
|
||||
</form>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user