Changeset 14949 for trunk/wp-includes/feed-rss2.php
- Timestamp:
- 05/26/2010 05:27:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-rss2.php
r14947 r14949 40 40 <?php the_category_rss() ?> 41 41 42 <guid isPermaLink="false"><?php esc_url( the_guid()); ?></guid>42 <guid isPermaLink="false"><?php the_guid(); ?></guid> 43 43 <?php if (get_option('rss_use_excerpt')) : ?> 44 44 <description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
Note: See TracChangeset
for help on using the changeset viewer.