From a0736b43ba94b88a618b03307d14015223a5e688 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Thu, 6 Sep 2012 19:08:42 +0000 Subject: [PATCH] Add to KSES, to hang out with its brother. props SergeyBiryukov. fixes #18573 git-svn-id: http://core.svn.wordpress.org/trunk@21777 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/kses.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-includes/kses.php b/wp-includes/kses.php index b9f13face0..0754dabb8f 100644 --- a/wp-includes/kses.php +++ b/wp-includes/kses.php @@ -321,6 +321,7 @@ if ( ! CUSTOM_TAGS ) { 'style' => true, 'xml:lang' => true, ), + 'small' => array(), 'strike' => array(), 'strong' => array(), 'sub' => array(),