From 5e78a707f3ea754ba0fb9ef1b74f8f0bbca76508 Mon Sep 17 00:00:00 2001 From: mansurahamed Date: Fri, 1 Nov 2019 12:27:30 +0600 Subject: [PATCH] Add aria-label tag in Field icon [https://secure.helpscout.net/conversation/992775826/34616?folderId=1041461](url) --- includes/core/class-fields.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/core/class-fields.php b/includes/core/class-fields.php index c9d0cf74..5bd42052 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 ) { @@ -4423,4 +4423,4 @@ if ( ! class_exists( 'um\core\Fields' ) ) { } } -} \ No newline at end of file +}