Ticket #1349: patch.diff
File patch.diff, 841 bytes (added by , 15 years ago) |
---|
-
bp-groups.php
2064 2064 2065 2065 /* Record this in activity streams */ 2066 2066 $activity_content = sprintf( __( '%s wrote on the wire of the group %s:', 'buddypress'), bp_core_get_userlink( $bp->loggedin_user->id ), '<a href="' . bp_get_group_permalink( $bp->groups->current_group ) . '">' . attribute_escape( $bp->groups->current_group->name ) . '</a>' ); 2067 $activity_content .= '<blockquote>' . bp_create_excerpt( attribute_escape( $content )) . '</blockquote>';2067 $activity_content .= '<blockquote>' . bp_create_excerpt( $wire_post->content ) . '</blockquote>'; 2068 2068 2069 2069 groups_record_activity( array( 2070 2070 'content' => apply_filters( 'groups_activity_new_wire_post', $activity_content ),