Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Blog Comment Link in Activity Stream Broken has ID# Twice


Jeff Sayre
Participant

@jeffsayre

Well, I can’t solve the issue of not being able to post codeblocks. So, here’s another way to display what I’m saying. On line 431, the end of the code starting just after the link tag is this:

$comment_link . ‘#comment-‘ . $comment->comment_ID . ‘”>’ . $comment->post->post_title . ‘‘ );

Remove this from that line:

‘#comment-‘ . $comment->comment_ID .

Make sure to remove that last dot.

Sorry about all the hassle. We’re trying to work out some kinks with the new forum.

Skip to toolbar