And change in diamond-recent-comments.php at line 149
$txt = str_replace('{title}', '<a href="' .get_blog_permalink($comm["blog_id"], $comm["comment_post_id"]).'">'.$c.'</a>' , $txt);
to
$txt = str_replace('{title}', '<a href="' .get_blog_permalink($comm["blog_id"], $comm["comment_post_id"]).'#comment-'.$comm["comment_id"].'">'.$c.'</a>' , $txt);