Make WordPress Core


Ignore:
Timestamp:
01/31/2008 10:15:49 PM (17 years ago)
Author:
ryan
Message:

Use feed_link instead of rss_link functions. Props nazgul. fixes #5743

File:
1 edited

Legend:

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

    r6343 r6702  
    2626<?php endif; ?>
    2727
    28 <p><?php comments_rss_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?>
     28<p><?php post_comments_feed_link(__('<abbr title="Really Simple Syndication">RSS</abbr> feed for comments on this post.')); ?>
    2929<?php if ( pings_open() ) : ?>
    3030    <a href="<?php trackback_url() ?>" rel="trackback"><?php _e('TrackBack <abbr title="Universal Resource Locator">URL</abbr>'); ?></a>
Note: See TracChangeset for help on using the changeset viewer.