Changeset 1694
- Timestamp:
- 08/25/2009 01:28:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups.php
r1687 r1694 1927 1927 return false; 1928 1928 1929 if ( $wire_post _id= bp_wire_new_post( $group_id, $content, 'groups' ) ) {1929 if ( $wire_post = bp_wire_new_post( $group_id, $content, 'groups' ) ) { 1930 1930 $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>' ); 1931 1931 $activity_content .= '<blockquote>' . bp_create_excerpt( attribute_escape( $content ) ) . '</blockquote>'; … … 1935 1935 'primary_link' => bp_get_group_permalink( $bp->groups->current_group ), 1936 1936 'component_action' => 'new_wire_post', 1937 'item_id' => $wire_post _id,1937 'item_id' => $wire_post->item_id, 1938 1938 'secondary_item_id' => $bp->groups->current_group->id 1939 1939 ) );
Note: See TracChangeset
for help on using the changeset viewer.