diff --git a/templates/input-text-multiple.php b/templates/input-text-multiple.php index 4f87610518bc9db812d0f18afbc4c3a184a00c19..4caa54e9748d7b77c503357175b6fdf7bcc756f3 100644 --- a/templates/input-text-multiple.php +++ b/templates/input-text-multiple.php @@ -57,7 +57,7 @@ if ( empty( $value ) || is_string( $value ) ) { </div> <?php if ( $field->get_type() === 'checkbox' && $field->has_sublabel() ) : ?> - <?php echo $field->get_sublabel(); ?></label> + <?php echo wp_kses_post( $field->get_sublabel() ); ?></label> <?php endif; ?> <?php endforeach; ?> </div>