kses: Add colgroup.
props collinsinternet. fixes #29433. git-svn-id: https://develop.svn.wordpress.org/trunk@29740 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cbaef4a1a3
commit
2dd4990234
|
@ -119,6 +119,14 @@ if ( ! CUSTOM_TAGS ) {
|
||||||
'valign' => true,
|
'valign' => true,
|
||||||
'width' => true,
|
'width' => true,
|
||||||
),
|
),
|
||||||
|
'colgroup' => array(
|
||||||
|
'align' => true,
|
||||||
|
'char' => true,
|
||||||
|
'charoff' => true,
|
||||||
|
'span' => true,
|
||||||
|
'valign' => true,
|
||||||
|
'width' => true,
|
||||||
|
),
|
||||||
'del' => array(
|
'del' => array(
|
||||||
'datetime' => true,
|
'datetime' => true,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in New Issue