mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-13 19:56:27 +09:00
Revert "Revert "Theme compatibility fixes""
This reverts commit 1db8b0f23c.
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
|
||||
case 'incorrect_password':
|
||||
if ( username_exists( $user_name ) ) {
|
||||
$ultimatemember->form->add_error( 'user_password', __('That password is incorrect. Please try again.') );
|
||||
$ultimatemember->form->add_error( 'user_password', __('Password is incorrect. Please try again.') );
|
||||
}
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user