Skip to content
12 changes: 7 additions & 5 deletions src/wp-includes/kses.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,11 @@
),
'br' => array(),
'button' => array(
'disabled' => true,
'name' => true,
'type' => true,
'value' => true,
'disabled' => true,
'name' => true,
'type' => true,
'value' => true,
'popovertarget' => true,
),
'caption' => array(
'align' => true,
Expand Down Expand Up @@ -145,7 +146,8 @@
'open' => true,
),
'div' => array(
'align' => true,
'align' => true,
'popover' => true,
),
'dl' => array(),
'dt' => array(),
Expand Down
Loading