Skip to content

Commit 6117c24

Browse files
authored
Merge pull request #44 from RatulHasan/fix/perfect_audience_settings_design
fix: Perfect Audience breaking checkbox section issue.
2 parents ae857cb + 5f5be14 commit 6117c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/views/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<?php
8181

8282
$label = isset( $option['label'] ) ? $option['label'] : $option;
83-
echo esc_attr( $label . $feature );
83+
echo wp_kses_post( $label . $feature );
8484

8585
$input_box = isset( $option['event_label_box'] ) ?: false;
8686

0 commit comments

Comments
 (0)