git-svn-id: https://develop.svn.wordpress.org/trunk@2284 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-02-12 07:39:31 +00:00
parent f116d6b4f0
commit b9c05fbffb
1 changed files with 1 additions and 1 deletions

View File

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