Changeset 5910 for trunk/wp-includes/feed-atom.php
- Timestamp:
- 08/21/2007 06:27:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom.php
r5699 r5910 32 32 </author> 33 33 <title type="<?php html_type_rss(); ?>"><![CDATA[<?php the_title_rss() ?>]]></title> 34 <link rel="alternate" type="text/html" href="<?php permalink_single_rss() ?>" />34 <link rel="alternate" type="text/html" href="<?php the_permalink_rss() ?>" /> 35 35 <id><?php the_guid(); ?></id> 36 36 <updated><?php echo get_post_time('Y-m-d\TH:i:s\Z', true); ?></updated> … … 39 39 <summary type="<?php html_type_rss(); ?>"><![CDATA[<?php the_excerpt_rss(); ?>]]></summary> 40 40 <?php if ( !get_option('rss_use_excerpt') ) : ?> 41 <content type="<?php html_type_rss(); ?>" xml:base="<?php permalink_single_rss() ?>"><![CDATA[<?php the_content('', 0, '') ?>]]></content>41 <content type="<?php html_type_rss(); ?>" xml:base="<?php the_permalink_rss() ?>"><![CDATA[<?php the_content('', 0, '') ?>]]></content> 42 42 <?php endif; ?> 43 43 <?php atom_enclosure(); ?>
Note: See TracChangeset
for help on using the changeset viewer.