id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc 2374,"Pass $comment parameter for ""bp_get_member_name"" filter",r-a-y,,"In BP 1.2.3, would help if the '''bp_get_member_name''' filter on line 578 in bp-activity/bp-activity-templatetags.php passed the $comment variable. Change: $content .= '
user_id, $comment->user_nicename, $comment->user_login ) . '"">' . apply_filters( 'bp_get_member_name', $comment->user_fullname ) . ' · ' . sprintf( __( '%s ago', 'buddypress' ), bp_core_time_since( strtotime( $comment->date_recorded ) ) ); to: {{{ $content .= '
user_id, $comment->user_nicename, $comment->user_login ) . '"">' . apply_filters( 'bp_get_member_name', $comment->user_fullname, $comment ) . ' · ' . sprintf( __( '%s ago', 'buddypress' ), bp_core_time_since( strtotime( $comment->date_recorded ) ) ); }}} ",defect (bug),closed,minor,1.2.4,Activity,,,fixed,has-patch,r-a-y