diff --git a/includes/core/class-fields.php b/includes/core/class-fields.php index 514fb151..9da50e49 100644 --- a/includes/core/class-fields.php +++ b/includes/core/class-fields.php @@ -482,15 +482,15 @@ if ( ! class_exists( 'um\core\Fields' ) ) { $output .= ''; - if (isset( $data['help'] ) && !empty( $data['help'] ) && $this->viewing == false && !strstr( $key, 'confirm_user_pass' )) { + if ( isset( $data['help'] ) && !empty( $data['help'] ) && $this->viewing == false && !strstr( $key, 'confirm_user_pass' ) ) { - if (!UM()->mobile()->isMobile()) { - if (!isset( $this->disable_tooltips )) { - $output .= ''; + if ( ! UM()->mobile()->isMobile() ) { + if ( !isset( $this->disable_tooltips ) ) { + $output .= ''; } } - if (UM()->mobile()->isMobile() || isset( $this->disable_tooltips )) { + if ( UM()->mobile()->isMobile() || isset( $this->disable_tooltips ) ) { $output .= '' . __( $data['help'], 'ultimate-member' ) . ''; } diff --git a/templates/account.php b/templates/account.php index bc65e70a..de0d1d57 100644 --- a/templates/account.php +++ b/templates/account.php @@ -67,7 +67,7 @@ -
+
@@ -99,7 +99,7 @@ -