Changeset 4930 for trunk/wp-includes/feed-atom.php
- Timestamp:
- 02/23/2007 11:47:57 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/feed-atom.php
r4927 r4930 39 39 <content type="<?php html_type_rss(); ?>" xml:base="<?php permalink_single_rss() ?>"><![CDATA[<?php the_content('', 0, '') ?>]]></content> 40 40 <?php endif; ?> 41 <?php rss_enclosure(); ?>41 <?php atom_enclosure(); ?> 42 42 <?php do_action('atom_entry'); ?> 43 43 </entry>
Note: See TracChangeset
for help on using the changeset viewer.