Make WordPress Core

Changeset 720 for trunk/wp-comments.php


Ignore:
Timestamp:
01/05/2004 03:14:12 AM (22 years ago)
Author:
alex_t_king
Message:

using the comments_link_rss function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments.php

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