git-svn-id: http://svn.automattic.com/wordpress/trunk@2284 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2005-02-12 07:39:31 +00:00
parent 6a8d010ec6
commit 30e753fa57

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>