mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-22 09:07:59 +01:00
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:
parent
737bcf1123
commit
d362dc1e49
@ -230,6 +230,7 @@ if ( ! CUSTOM_TAGS ) {
|
||||
),
|
||||
'li' => array(
|
||||
'align' => true,
|
||||
'value' => true,
|
||||
),
|
||||
'map' => array(
|
||||
'name' => true,
|
||||
|
Loading…
Reference in New Issue
Block a user