- fixed registration process;

- fixed tooltips for profile menu;
- changed readme.txt;
This commit is contained in:
nikitozzzzzzz
2017-09-18 14:44:40 +03:00
parent a096d9a5a0
commit 92336d76d8
4 changed files with 39 additions and 7 deletions
+2
View File
@@ -589,6 +589,8 @@ if ( ! class_exists( 'User' ) ) {
update_user_meta( $this->id, 'submitted', $submitted );
$this->update_profile( $submitted );
do_action('um_after_save_registration_details', $this->id, $submitted );
}