mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-16 21:23:39 +09:00
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:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user