mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-19 14:43:49 +09:00
Fixed password changed email template
This commit is contained in:
@@ -610,7 +610,8 @@ function um_profile_id() {
|
||||
***/
|
||||
function um_requesting_password_change() {
|
||||
global $post, $ultimatemember;
|
||||
if ( um_is_core_page('password-reset') && isset( $_POST['_um_password_change'] ) == 1 )
|
||||
|
||||
if ( um_is_core_page('account') && isset( $_POST['_um_account'] ) == 1 )
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
@@ -1353,3 +1354,4 @@ function um_user( $data, $attrs = null ) {
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user