Allow the value attribute for list items processed by kses.

props kraftbj.
fixes #24293.

Built from https://develop.svn.wordpress.org/trunk@25460


git-svn-id: http://core.svn.wordpress.org/trunk@25381 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-09-16 20:49:10 +00:00
parent 737bcf1123
commit d362dc1e49

View File

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