~katiekitty/+junk/wordpress-byet

« back to all changes in this revision

Viewing changes to wp-includes/feed-rdf.php

  • Committer: kserver
  • Date: 2010-05-15 01:16:36 UTC
  • Revision ID: kserver@kserver-desktop-20100515011636-mnr1j7t637suptdq
Wordpress 2.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
<?php if (get_option('rss_use_excerpt')) : ?>
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'); ?>
53
53
</item>