diff --git a/includes/core/class-fields.php b/includes/core/class-fields.php index 4a3be673..fa99f442 100644 --- a/includes/core/class-fields.php +++ b/includes/core/class-fields.php @@ -3347,7 +3347,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 ) {