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:
Mark Jaquith 2012-09-06 19:08:42 +00:00
parent de36de7a8e
commit a0736b43ba

View File

@ -321,6 +321,7 @@ if ( ! CUSTOM_TAGS ) {
'style' => true,
'xml:lang' => true,
),
'small' => array(),
'strike' => array(),
'strong' => array(),
'sub' => array(),