More escaping - http://mosquito.wordpress.org/view.php?id=179
git-svn-id: http://svn.automattic.com/wordpress/trunk@2284 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6a8d010ec6
commit
30e753fa57
|
@ -27,7 +27,7 @@ $more = 1;
|
|||
<author>
|
||||
<name><?php the_author() ?></name>
|
||||
</author>
|
||||
<title><?php the_title_rss() ?></title>
|
||||
<title type="text/html" mode="escaped"><![CDATA[<?php the_title_rss() ?>]]></title>
|
||||
<link rel="alternate" type="text/html" href="<?php permalink_single_rss() ?>" />
|
||||
<id><?php the_guid(); ?></id>
|
||||
<modified><?php the_time('Y-m-d\TH:i:s\Z'); ?></modified>
|
||||
|
|
Loading…
Reference in New Issue