~katiekitty/+junk/wordpress-byet

« back to all changes in this revision

Viewing changes to wp-includes/feed-atom.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:
43
43
                <?php the_category_rss('atom') ?>
44
44
                <summary type="<?php html_type_rss(); ?>"><![CDATA[<?php the_excerpt_rss(); ?>]]></summary>
45
45
<?php if ( !get_option('rss_use_excerpt') ) : ?>
46
 
                <content type="<?php html_type_rss(); ?>" xml:base="<?php the_permalink_rss() ?>"><![CDATA[<?php the_content('', 0, '') ?>]]></content>
 
46
                <content type="<?php html_type_rss(); ?>" xml:base="<?php the_permalink_rss() ?>"><![CDATA[<?php the_content_feed('atom') ?>]]></content>
47
47
<?php endif; ?>
48
48
<?php atom_enclosure(); ?>
49
49
<?php do_action('atom_entry'); ?>