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:
Andrew Nacin 2014-09-12 05:50:03 +00:00
parent cbaef4a1a3
commit 2dd4990234
1 changed files with 8 additions and 0 deletions

View File

@ -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,
),