Make WordPress Core


Ignore:
Timestamp:
02/23/2007 11:47:57 PM (18 years ago)
Author:
ryan
Message:

Proper atom enclosures. Props rob1n. fixes #1464

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/feed-atom.php

    r4927 r4930  
    3939        <content type="<?php html_type_rss(); ?>" xml:base="<?php permalink_single_rss() ?>"><![CDATA[<?php the_content('', 0, '') ?>]]></content>
    4040<?php endif; ?>
    41 <?php rss_enclosure(); ?>
     41<?php atom_enclosure(); ?>
    4242<?php do_action('atom_entry'); ?>
    4343    </entry>
Note: See TracChangeset for help on using the changeset viewer.