Add <small> to KSES, to hang out with its <big> brother. props SergeyBiryukov. fixes #18573
git-svn-id: https://develop.svn.wordpress.org/trunk@21777 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c5c65130c9
commit
addb19400a
@ -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
Block a user