- small wpcs fix

This commit is contained in:
ashubawork
2023-07-31 10:02:48 +03:00
parent 7f7556719b
commit 60a71ec983
+1 -1
View File
@@ -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' );