Changeset 4611 for trunk/bp-groups/bp-groups-functions.php
- Timestamp:
- 07/04/2011 08:54:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-functions.php
r4605 r4611 494 494 495 495 // Record this in activity streams 496 $activity_action = sprintf( __( '%1$s posted an update in the group %2$s :', 'buddypress'), bp_core_get_userlink( $user_id ), '<a href="' . bp_get_group_permalink( $bp->groups->current_group ) . '">' . esc_attr( $bp->groups->current_group->name ) . '</a>' );496 $activity_action = sprintf( __( '%1$s posted an update in the group %2$s', 'buddypress'), bp_core_get_userlink( $user_id ), '<a href="' . bp_get_group_permalink( $bp->groups->current_group ) . '">' . esc_attr( $bp->groups->current_group->name ) . '</a>' ); 497 497 $activity_content = $content; 498 498
Note: See TracChangeset
for help on using the changeset viewer.