User-generated rel attributes shouldn't be allowed in comments (doesn't make sense for any current uses of rel.)

git-svn-id: http://svn.automattic.com/wordpress/trunk@2116 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2005-01-21 07:53:02 +00:00
parent 24d3874fa2
commit f6d6435f63
1 changed files with 28 additions and 28 deletions

View File

@ -17,8 +17,8 @@ if (!CUSTOM_TAGS) {
$allowedtags = array(
'a' => array(
'href' => array(),
'title' => array(),
'rel' => array()),
'title' => array()
),
'abbr' => array('title' => array()),
'acronym' => array('title' => array()),
'b' => array(),