From 715128e204c29892741dc2529d4d782c20a00bfd Mon Sep 17 00:00:00 2001 From: denisbaranov Date: Thu, 29 Aug 2019 19:06:09 +0300 Subject: [PATCH] Issue: We have some links in a text field in the "Registration" that are no longer formatting. Link: https://secure.helpscout.net/conversation/942807873/33241?folderId=646526 --- 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 b3c6d17c..cfd89999 100644 --- a/includes/core/class-fields.php +++ b/includes/core/class-fields.php @@ -3313,7 +3313,7 @@ if ( ! class_exists( 'um\core\Fields' ) ) { * ?> */ $um_field_checkbox_item_title = apply_filters( 'um_field_checkbox_item_title', $um_field_checkbox_item_title, $key, $v, $data ); - $output .= '' . esc_html__( $um_field_checkbox_item_title, 'ultimate-member' ) . ''; + $output .= '' . __( $um_field_checkbox_item_title, 'ultimate-member' ) . ''; $output .= ''; if ( $i % 2 == 0 ) {