Changeset 3227
- Timestamp:
- 11/29/05 00:16:04 (3 years ago)
- Files:
-
- trunk/wp-rss2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-rss2.php
r2627 r3227 37 37 <?php the_category_rss() ?> 38 38 39 <guid ><?php the_permalink($id); ?></guid>39 <guid isPermaLink="false"><?php the_guid(); ?></guid> 40 40 <?php if (get_settings('rss_use_excerpt')) : ?> 41 41 <description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
