Changeset 6369

Show
Ignore:
Timestamp:
12/10/07 06:57:58 (1 year ago)
Author:
ryan
Message:

Support atom threading. Props rubys. fixes #5434

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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 ; ?>