Changeset 2974 for branches/1.2/bp-blogs.php
- Timestamp:
- 04/28/2010 11:47:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-blogs.php
r2933 r2974 428 428 /* Record in activity streams */ 429 429 $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>' ); 431 431 $activity_content = $comment->comment_content; 432 432
Note: See TracChangeset
for help on using the changeset viewer.