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:
parent
fb1759e417
commit
6f09a65bf9
@ -230,6 +230,7 @@ if ( ! CUSTOM_TAGS ) {
|
|||||||
),
|
),
|
||||||
'li' => array(
|
'li' => array(
|
||||||
'align' => true,
|
'align' => true,
|
||||||
|
'value' => true,
|
||||||
),
|
),
|
||||||
'map' => array(
|
'map' => array(
|
||||||
'name' => true,
|
'name' => true,
|
||||||
|
Loading…
Reference in New Issue
Block a user