From ed7b23a6691e80a7491f30fb604e82c16a0ff62c Mon Sep 17 00:00:00 2001 From: Ultimate Member Date: Fri, 11 Dec 2015 00:54:24 +0200 Subject: [PATCH] Add class to field --- core/um-fields.php | 1 + 1 file changed, 1 insertion(+) diff --git a/core/um-fields.php b/core/um-fields.php index c5c98f07..4b91e127 100644 --- a/core/um-fields.php +++ b/core/um-fields.php @@ -593,6 +593,7 @@ class UM_Fields { } $array['classes'] .= ' um-field-' . $key; + $array['classes'] .= ' um-field-' . $array['type']; switch( $array['type'] ) {