From 60a71ec983f0205ce9d4baccd7322fad65a10c37 Mon Sep 17 00:00:00 2001 From: ashubawork Date: Mon, 31 Jul 2023 10:02:48 +0300 Subject: [PATCH] - small wpcs fix --- includes/core/um-actions-form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/core/um-actions-form.php b/includes/core/um-actions-form.php index 57b62730..32873e64 100644 --- a/includes/core/um-actions-form.php +++ b/includes/core/um-actions-form.php @@ -673,7 +673,7 @@ function um_submit_form_errors_hook_( $submitted_data, $form_data ) { } } - $description_key = UM()->profile()->get_show_bio_key( $array ); + $description_key = UM()->profile()->get_show_bio_key( $array ); if ( isset( $submitted_data['description'] ) && $description_key === $array['metakey'] ) { $max_chars = UM()->options()->get( 'profile_bio_maxchars' ); $profile_show_bio = UM()->options()->get( 'profile_show_bio' );