From 2e6395d0814900195e0dfc84fe7c5d0d57f96703 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 31 Jan 2008 22:15:49 +0000 Subject: [PATCH] Use feed_link instead of rss_link functions. Props nazgul. fixes #5743 git-svn-id: https://develop.svn.wordpress.org/trunk@6702 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/classic/comments.php | 2 +- wp-content/themes/default/attachment.php | 2 +- wp-content/themes/default/single.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-content/themes/classic/comments.php b/wp-content/themes/classic/comments.php index db36509974..34dce74b1d 100644 --- a/wp-content/themes/classic/comments.php +++ b/wp-content/themes/classic/comments.php @@ -25,7 +25,7 @@

-

RSS feed for comments on this post.')); ?> +

RSS feed for comments on this post.')); ?> URL'); ?> diff --git a/wp-content/themes/default/attachment.php b/wp-content/themes/default/attachment.php index 779af0df3c..a479c304ec 100644 --- a/wp-content/themes/default/attachment.php +++ b/wp-content/themes/default/attachment.php @@ -28,7 +28,7 @@ /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?> on at and is filed under . - You can follow any responses to this entry through the feed. + You can follow any responses to this entry through the feed. comment_status) && ('open' == $post->ping_status)) { // Both Comments and Pings are open ?> diff --git a/wp-content/themes/default/single.php b/wp-content/themes/default/single.php index d270c052c9..27b96effd6 100644 --- a/wp-content/themes/default/single.php +++ b/wp-content/themes/default/single.php @@ -27,7 +27,7 @@ /* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?> on at and is filed under . - You can follow any responses to this entry through the feed. + You can follow any responses to this entry through the feed. comment_status) && ('open' == $post->ping_status)) { // Both Comments and Pings are open ?>