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
This commit is contained in:
denisbaranov
2019-08-29 19:06:09 +03:00
parent 917ac4b9a0
commit 715128e204
+1 -1
View File
@@ -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 .= '<span class="um-field-checkbox-option">' . esc_html__( $um_field_checkbox_item_title, 'ultimate-member' ) . '</span>';
$output .= '<span class="um-field-checkbox-option">' . __( $um_field_checkbox_item_title, 'ultimate-member' ) . '</span>';
$output .= '</label>';
if ( $i % 2 == 0 ) {