From f2eddbb5205e29a76e5ff64e597566873c3ec35a Mon Sep 17 00:00:00 2001 From: Alex King Date: Sun, 28 Sep 2003 21:35:53 +0000 Subject: [PATCH] added link to RSS for comments to comments forms git-svn-id: https://develop.svn.wordpress.org/trunk@396 602fd350-edb4-49c9-b593-d223f7449a82 --- b2comments.php | 2 ++ b2commentspopup.php | 3 +++ 2 files changed, 5 insertions(+) diff --git a/b2comments.php b/b2comments.php index 962790a1ec..1547332465 100644 --- a/b2comments.php +++ b/b2comments.php @@ -21,6 +21,8 @@

Comments

+

RSS feed for comments on this post.

+ ping_status) { ?>

The URL to TrackBack this entry is:

diff --git a/b2commentspopup.php b/b2commentspopup.php index 6d784f0360..eafdc48806 100644 --- a/b2commentspopup.php +++ b/b2commentspopup.php @@ -20,6 +20,9 @@ foreach ($posts as $post) { start_b2();

Comments

+ +

RSS feed for comments on this post.

+
    get_results("SELECT * FROM $tablecomments WHERE comment_post_ID = $id ORDER BY comment_date");