Changeset 1814
- Timestamp:
- 09/07/2009 07:51:46 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-templatetags.php
r1789 r1814 288 288 /* Remove the 'You' and replace if with the persons name */ 289 289 if ( $filter_you && $full_name != '' ) { 290 $content[0] = preg_replace( "/{$full_name}[<]/", 'You<', $content[0] );290 $content[0] = preg_replace( "/{$full_name}[<]/", 'You<', $content[0], 1 ); 291 291 } 292 292 } -
trunk/bp-friends.php
r1810 r1814 639 639 'item_id' => $friendship_id 640 640 ) ); 641 642 $activity_content = apply_filters( 'bp_friends_friendship_accepted_activity', sprintf( __( '%s and %s are now friends', 'buddypress' ), $friend_link, $initiator_link ), &$friendship ); 641 643 642 644 /* Record in activity streams for the friend */ -
trunk/bp-groups.php
r1809 r1814 1408 1408 'content' => false, 1409 1409 'primary_link' => false, 1410 'component_name' => 'groups',1410 'component_name' => $bp->groups->id, 1411 1411 'component_action' => false, 1412 1412 'item_id' => false,
Note: See TracChangeset
for help on using the changeset viewer.