From f4b773a17ede7595c5fe2361f14f688990135f30 Mon Sep 17 00:00:00 2001 From: nikitasinelnikov Date: Mon, 4 Nov 2019 21:24:59 +0200 Subject: [PATCH] - added esc_attr for aria-label; --- includes/core/class-fields.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/core/class-fields.php b/includes/core/class-fields.php index 054eda64..f5fc74b2 100644 --- a/includes/core/class-fields.php +++ b/includes/core/class-fields.php @@ -420,7 +420,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) { $output .= '
'; if ( isset( $data['icon'] ) && $data['icon'] != '' && isset( $this->field_icons ) && $this->field_icons != 'off' && ( $this->field_icons == 'label' || $this->viewing == true ) ) { - $output .= '
'; + $output .= '
'; } if ( $this->viewing == true ) {