Make WordPress Core

Ticket #5743: 5743.diff

File 5743.diff, 2.4 KB (added by Nazgul, 17 years ago)
  • wp-content/themes/classic/comments.php

     
    2525        <p><?php _e('No comments yet.'); ?></p>
    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>
    3131<?php endif; ?>
  • wp-content/themes/default/attachment.php

     
    2828                                                        /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
    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)) {
    3434                                                        // Both Comments and Pings are open ?>
  • wp-content/themes/default/single.php

     
    2727                                                        /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
    2828                                                on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
    2929                                                and is filed under <?php the_category(', ') ?>.
    30                                                 You can follow any responses to this entry through the <?php comments_rss_link('RSS 2.0'); ?> feed.
     30                                                You can follow any responses to this entry through the <?php post_comments_feed_link('RSS 2.0'); ?> feed.
    3131
    3232                                                <?php if (('open' == $post-> comment_status) && ('open' == $post->ping_status)) {
    3333                                                        // Both Comments and Pings are open ?>