kses: Add colgroup.
props collinsinternet. fixes #29433. Built from https://develop.svn.wordpress.org/trunk@29740 git-svn-id: http://core.svn.wordpress.org/trunk@29514 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
836e0f8cd5
commit
ae21b1884d
|
@ -119,6 +119,14 @@ if ( ! CUSTOM_TAGS ) {
|
|||
'valign' => true,
|
||||
'width' => true,
|
||||
),
|
||||
'colgroup' => array(
|
||||
'align' => true,
|
||||
'char' => true,
|
||||
'charoff' => true,
|
||||
'span' => true,
|
||||
'valign' => true,
|
||||
'width' => true,
|
||||
),
|
||||
'del' => array(
|
||||
'datetime' => true,
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue