Who did the goo-id? Fixes #1089

git-svn-id: http://svn.automattic.com/wordpress/trunk@3227 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2005-11-29 00:16:04 +00:00
parent cba87fb462
commit 2e6a305fca

View File

@ -36,7 +36,7 @@ $more = 1;
<dc:creator><?php the_author() ?></dc:creator>
<?php the_category_rss() ?>
<guid><?php the_permalink($id); ?></guid>
<guid isPermaLink="false"><?php the_guid(); ?></guid>
<?php if (get_settings('rss_use_excerpt')) : ?>
<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
<?php else : ?>