Changeset 11980 for trunk/wp-includes/feed-rdf.php
- Timestamp:
- 09/28/2009 02:36:48 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/feed-rdf.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-rdf.php
r10952 r11980 47 47 <description><?php the_excerpt_rss() ?></description> 48 48 <?php else : ?> 49 <description><?php the_ content_rss('', 0, '', get_option('rss_excerpt_length'), 2) ?></description>50 <content:encoded><![CDATA[<?php the_content ('', 0, '') ?>]]></content:encoded>49 <description><?php the_excerpt_rss() ?></description> 50 <content:encoded><![CDATA[<?php the_content_feed('rdf') ?>]]></content:encoded> 51 51 <?php endif; ?> 52 52 <?php do_action('rdf_item'); ?>
Note: See TracChangeset
for help on using the changeset viewer.