From 372ee87266dd77f95a54225c563a386accdb70b6 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 18 Sep 2008 01:31:51 +0000 Subject: Update: Fixed comment URL base Another [261]. These repeat meme revisions are getting strange, but I LOVE THEM!!!!!!!!!!!! Refs #6 --- update/plugin/wordpress/trunk/instadisc/instadisc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'update/plugin/wordpress') diff --git a/update/plugin/wordpress/trunk/instadisc/instadisc.php b/update/plugin/wordpress/trunk/instadisc/instadisc.php index 6fc8718..d6a62d5 100644 --- a/update/plugin/wordpress/trunk/instadisc/instadisc.php +++ b/update/plugin/wordpress/trunk/instadisc/instadisc.php @@ -175,7 +175,7 @@ function sendComment($id) $post = get_post($comment->comment_post_ID); $title = $post->post_title; $author = $comment->comment_author; - $url = get_permalink($comment->comment_post_ID) . "#comments"; + $url = get_permalink($comment->comment_post_ID) . "#comments-" . $id; $encID = 0; if (get_option('instaDisc_comment_password') != '') -- cgit 1.4.1