about summary refs log tree commit diff stats
path: root/update/plugin
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-09-18 01:31:51 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-18 01:31:51 +0000
commit372ee87266dd77f95a54225c563a386accdb70b6 (patch)
tree163c3f0e656e9e75ce9f7dd36b724142e2333dd8 /update/plugin
parent040347defce0535749683cb0c14c781139d672fc (diff)
downloadinstadisc-372ee87266dd77f95a54225c563a386accdb70b6.tar.gz
instadisc-372ee87266dd77f95a54225c563a386accdb70b6.tar.bz2
instadisc-372ee87266dd77f95a54225c563a386accdb70b6.zip
Update: Fixed comment URL base
Another [261]. These repeat meme revisions are getting strange, but I LOVE THEM!!!!!!!!!!!!

Refs #6
Diffstat (limited to 'update/plugin')
-rw-r--r--update/plugin/wordpress/trunk/instadisc/instadisc.php2
1 files changed, 1 insertions, 1 deletions
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)
175 $post = get_post($comment->comment_post_ID); 175 $post = get_post($comment->comment_post_ID);
176 $title = $post->post_title; 176 $title = $post->post_title;
177 $author = $comment->comment_author; 177 $author = $comment->comment_author;
178 $url = get_permalink($comment->comment_post_ID) . "#comments"; 178 $url = get_permalink($comment->comment_post_ID) . "#comments-" . $id;
179 179
180 $encID = 0; 180 $encID = 0;
181 if (get_option('instaDisc_comment_password') != '') 181 if (get_option('instaDisc_comment_password') != '')