Make WordPress Core

Changeset 6369


Ignore:
Timestamp:
12/10/2007 06:57:58 AM (17 years ago)
Author:
ryan
Message:

Support atom threading. Props rubys. fixes #5434

File:
1 edited

Legend:

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

    r6315 r6369  
    4343<?php atom_enclosure(); ?>
    4444<?php do_action('atom_entry'); ?>
     45        <link rel="replies" type="text/html" href="<?php the_permalink_rss() ?>#comments" thr:count="<?php echo get_comments_number()?>"/>
     46        <link rel="replies" type="appication/atom+xml" href="<?php echo get_post_comments_feed_link(0,'atom') ?>" thr:count="<?php echo get_comments_number()?>"/>
     47        <thr:total><?php echo get_comments_number()?></thr:total>
    4548    </entry>
    4649    <?php endwhile ; ?>
Note: See TracChangeset for help on using the changeset viewer.