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/default/attachment.php

    r6132 r6702  
    2929                        on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
    3030                        and is filed under <?php the_category(', ') ?>.
    31                         You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed.
     31                        You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed.
    3232
    3333                        <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
Note: See TracChangeset for help on using the changeset viewer.