From cce4267f17496f0882fdd10adbae9de0a1118d81 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Mon, 10 Sep 2012 17:53:46 +0000 Subject: [PATCH] Remove kses allowedtags that were commented out long ago. see #17977. git-svn-id: https://develop.svn.wordpress.org/trunk@21795 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/kses.php | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/wp-includes/kses.php b/wp-includes/kses.php index a04590e180..a3fa334e7e 100644 --- a/wp-includes/kses.php +++ b/wp-includes/kses.php @@ -384,30 +384,18 @@ if ( ! CUSTOM_TAGS ) { 'blockquote' => array( 'cite' => true, ), - // 'br' => array(), 'cite' => array(), 'code' => array(), 'del' => array( 'datetime' => true, ), - // 'dd' => array(), - // 'dl' => array(), - // 'dt' => array(), 'em' => array(), 'i' => array(), - // 'ins' => array('datetime' => array(), 'cite' => array()), - // 'li' => array(), - // 'ol' => array(), - // 'p' => array(), 'q' => array( 'cite' => true, ), 'strike' => array(), 'strong' => array(), - // 'sub' => array(), - // 'sup' => array(), - // 'u' => array(), - // 'ul' => array(), ); $allowedentitynames = array(