[buddypress-trac] [BuddyPress] #2087: Double anchor in comment link
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sat Feb 27 15:09:54 UTC 2010
#2087: Double anchor in comment link
----------------------------------+-----------------------------------------
Reporter: motomac | Owner:
Type: defect | Status: new
Priority: minor | Milestone: 1.2.2
Keywords: anchor, link, comment |
----------------------------------+-----------------------------------------
Comment(by pushi22le):
$comment_link = get_permalink( $comment->comment_post_ID ) . '#comment-' .
$comment_id;
in bp-blogs.php should be:
$comment_link = get_permalink( $comment->comment_post_ID );
--
Ticket URL: <http://trac.buddypress.org/ticket/2087#comment:1>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list