Make WordPress Core


Ignore:
Timestamp:
02/23/2007 08:31:07 AM (18 years ago)
Author:
ryan
Message:

Add get_post_comments_feed_link() and have popup comments templates use it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/comments-popup.php

    r4890 r4929  
    2222<h2 id="comments">Comments</h2>
    2323
    24 <p><a href="<?php echo get_option('siteurl'); ?>/wp-commentsrss2.php?p=<?php echo $post->ID; ?>"><abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.</a></p>
     24<p><a href="<?php echo get_post_comments_feed_link($post->ID); ?>"><abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.</a></p>
    2525
    2626<?php if ('open' == $post->ping_status) { ?>
Note: See TracChangeset for help on using the changeset viewer.