Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/28/2010 11:47:16 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2342 props hotforwords

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-blogs.php

    r2933 r2974  
    428428        /* Record in activity streams */
    429429        $comment_link = get_permalink( $comment->comment_post_ID ) . '#comment-' . $comment_id;
    430         $activity_action = sprintf( __( '%s commented on the blog post %s', 'buddypress' ), bp_core_get_userlink( $user_id ), '<a href="' . $comment_link . '#comment-' . $comment->comment_ID . '">' . $comment->post->post_title . '</a>' );
     430        $activity_action = sprintf( __( '%s commented on the blog post %s', 'buddypress' ), bp_core_get_userlink( $user_id ), '<a href="' . $comment_link . '">' . $comment->post->post_title . '</a>' );
    431431        $activity_content = $comment->comment_content;
    432432
Note: See TracChangeset for help on using the changeset viewer.