Changeset 2304
- Timestamp:
- 01/15/2010 12:17:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups.php
r2296 r2304 2028 2028 /* Record this in activity streams */ 2029 2029 $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>' ); 2030 $activity_content .= '<blockquote>' . bp_create_excerpt( attribute_escape( $content )) . '</blockquote>';2030 $activity_content .= '<blockquote>' . bp_create_excerpt( $content ) . '</blockquote>'; 2031 2031 2032 2032 groups_record_activity( array(
Note: See TracChangeset
for help on using the changeset viewer.