Skip to content

Commit 41c47c2

Browse files
authored
Merge branch 'main' into bugfix/multisite-wizard-complete-page-ux
2 parents b226b46 + 524108c commit 41c47c2

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

inc/functions/helper.php

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -491,9 +491,11 @@ function wu_kses_allowed_html(): array {
491491
'value' => true,
492492
];
493493
$allowed_html['button'] = [
494-
'disabled' => true,
495-
'name' => true,
496-
'value' => true,
494+
'type' => true,
495+
'disabled' => true,
496+
'name' => true,
497+
'value' => true,
498+
'data-ajax-nonce' => true,
497499
];
498500
$allowed_html['dynamic'] = [
499501
':template' => true,

0 commit comments

Comments
 (0)