Skip to content

Commit d52bf4e

Browse files
fix: missing tooltips on fields
1 parent 422e975 commit d52bf4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function ppom_esc_html( $content ) {
3737
'onclick' => array(),
3838
'onchange' => array(),
3939
'onkeyup' => array(),
40-
'data-*' => array(),
40+
'data-*' => true, // allows all data-* attributes
4141
'style' => array(),
4242
);
4343
$allowedposttags['form'] = $allowed_atts;

0 commit comments

Comments
 (0)