Add <small> to KSES, to hang out with its <big> brother. props SergeyBiryukov. fixes #18573
git-svn-id: http://core.svn.wordpress.org/trunk@21777 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
de36de7a8e
commit
a0736b43ba
|
@ -321,6 +321,7 @@ if ( ! CUSTOM_TAGS ) {
|
|||
'style' => true,
|
||||
'xml:lang' => true,
|
||||
),
|
||||
'small' => array(),
|
||||
'strike' => array(),
|
||||
'strong' => array(),
|
||||
'sub' => array(),
|
||||
|
|
Loading…
Reference in New Issue