Who did the goo-id? Fixes #1089

git-svn-id: https://develop.svn.wordpress.org/trunk@3227 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-11-29 00:16:04 +00:00
parent 6f3cb17751
commit fa93f77bb6
1 changed files with 1 additions and 1 deletions

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 : ?>