Changeset 11980 for trunk/wp-includes/feed-atom.php
- Timestamp:
- 09/28/2009 02:36:48 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/feed-atom.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom.php
r11416 r11980 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(); ?>
Note: See TracChangeset
for help on using the changeset viewer.