From 853ef046387761e25ca8307cc1521e3208a2ca8f Mon Sep 17 00:00:00 2001 From: Denis Baranov Date: Fri, 20 Oct 2017 12:58:25 +0300 Subject: [PATCH] - fixed saving files to register a new user, if there are fields with files #2 --- includes/core/um-actions-register.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/core/um-actions-register.php b/includes/core/um-actions-register.php index d877311c..f125f156 100644 --- a/includes/core/um-actions-register.php +++ b/includes/core/um-actions-register.php @@ -298,7 +298,7 @@ } - ** + /** * Saving files to register a new user, if there are fields with files */ add_action( 'um_registration_set_extra_data', 'um_registration_save_files', 10, 2 );