From 0483b98514bcf8f42b01c920029d4502f699f4df Mon Sep 17 00:00:00 2001 From: ryan 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: http://svn.automattic.com/wordpress/trunk@6702 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 ?>