Update the allowed attributes for html list elements. Fixes #6253 props andy and lloydbudd.

git-svn-id: https://develop.svn.wordpress.org/trunk@7337 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Peter Westwood 2008-03-16 22:16:27 +00:00
parent 11620cd3b4
commit fff82c1684
1 changed files with 7 additions and 2 deletions

View File

@ -270,9 +270,14 @@ if (!CUSTOM_TAGS) {
'tt' => array(),
'u' => array(),
'ul' => array (
'class' => array ()),
'class' => array (),
'style' => array (),
'type' => array ()),
'ol' => array (
'class' => array ()),
'class' => array (),
'start' => array (),
'style' => array (),
'type' => array ()),
'var' => array ());
/**
* Kses allowed HTML elements