mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed using "'" symbols in emails. There is possible to register with it and login after that. Closed #1059;
This commit is contained in:
@@ -2107,7 +2107,7 @@ if ( ! class_exists( 'um\core\User' ) ) {
|
||||
update_user_meta( $this->id, $key, $value );
|
||||
}
|
||||
} else {
|
||||
$args[ $key ] = esc_attr( $changes[ $key ] );
|
||||
$args[ $key ] = $changes[ $key ];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user