Changeset 4804 for trunk/wp-atom.php
- Timestamp:
- 01/25/2007 08:37:26 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-atom.php
r4803 r4804 22 22 23 23 <updated><?php echo mysql2date('Y-m-d\TH:i:s\Z', get_lastpostmodified('GMT')); ?></updated> 24 <generator ur l="http://wordpress.org/" version="<?php bloginfo_rss('version'); ?>">WordPress</generator>24 <generator uri="http://wordpress.org/" version="<?php bloginfo_rss('version'); ?>">WordPress</generator> 25 25 26 26 <link rel="alternate" type="text/html" href="<?php bloginfo_rss('home') ?>" /> … … 41 41 <published><?php echo get_post_time('Y-m-d\TH:i:s\Z', true); ?></published> 42 42 <?php the_category_rss('atom') ?> 43 <summary type="<?php bloginfo('html_type'); ?>"><![CDATA[<?php the_excerpt_rss(); ?>]]></summary>43 <summary type="<?php html_type_rss(); ?>"><![CDATA[<?php the_excerpt_rss(); ?>]]></summary> 44 44 <?php if ( !get_option('rss_use_excerpt') ) : ?> 45 <content type="<?php bloginfo('html_type'); ?>" xml:base="<?php permalink_single_rss() ?>"><![CDATA[<?php the_content('', 0, '') ?>]]></content>45 <content type="<?php html_type_rss(); ?>" xml:base="<?php permalink_single_rss() ?>"><![CDATA[<?php the_content('', 0, '') ?>]]></content> 46 46 <?php endif; ?> 47 47 <?php rss_enclosure(); ?>
Note: See TracChangeset
for help on using the changeset viewer.