Allow the value attribute for list items processed by kses.

props kraftbj.
fixes #24293.


git-svn-id: https://develop.svn.wordpress.org/trunk@25460 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-09-16 20:48:36 +00:00
parent fb1759e417
commit 6f09a65bf9
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ if ( ! CUSTOM_TAGS ) {
),
'li' => array(
'align' => true,
'value' => true,
),
'map' => array(
'name' => true,