More escaping - http://mosquito.wordpress.org/view.php?id=179
git-svn-id: https://develop.svn.wordpress.org/trunk@2284 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
f116d6b4f0
commit
b9c05fbffb
@ -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
Block a user