Allow lang and xml:lang for span. Props MtDewVirus. fixes #7003

git-svn-id: http://svn.automattic.com/wordpress/trunk@7969 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2008-05-20 23:56:28 +00:00
parent ae3cca9951
commit d0e696c185

View File

@ -182,8 +182,10 @@ if (!CUSTOM_TAGS) {
'class' => array (),
'dir' => array (),
'align' => array (),
'lang' => array (),
'style' => array (),
'title' => array ()),
'title' => array (),
'xml:lang' => array()),
'strike' => array(),
'strong' => array(),
'sub' => array(),