From addb19400a49cf1a805072d35a73df7f9cfe6fee 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: https://develop.svn.wordpress.org/trunk@21777 602fd350-edb4-49c9-b593-d223f7449a82 --- 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(),