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
This commit is contained in:
Andrew Nacin 2012-09-10 17:53:46 +00:00
parent 7852fd1919
commit cce4267f17
1 changed files with 0 additions and 12 deletions

View File

@ -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(