Changeset 3227 for trunk/wp-rss2.php
- Timestamp:
- 11/29/2005 12:16:04 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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>
Note: See TracChangeset
for help on using the changeset viewer.