Changeset 4688
- Timestamp:
- 01/07/2007 02:14:07 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-atom.php
r4495 r4688 35 35 <issued><?php echo get_post_time('Y-m-d\TH:i:s\Z', true); ?></issued> 36 36 <?php the_category_rss('rdf') ?> 37 <summary type=" text/plain" mode="escaped"><![CDATA[<?php the_excerpt_rss(); ?>]]></summary>37 <summary type="<?php bloginfo('html_type'); ?>" mode="escaped"><![CDATA[<?php the_excerpt_rss(); ?>]]></summary> 38 38 <?php if ( !get_option('rss_use_excerpt') ) : ?> 39 39 <content type="<?php bloginfo('html_type'); ?>" mode="escaped" xml:base="<?php permalink_single_rss() ?>"><![CDATA[<?php the_content('', 0, '') ?>]]></content>
Note: See TracChangeset
for help on using the changeset viewer.