Skip to content

Commit 3278760

Browse files
Merge pull request #476 from Codeinwp/bugfix/pro/573
Fixed missing tooltips on fields
2 parents 0dc316d + d52bf4e commit 3278760

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)