Changeset 4611 for trunk/bp-activity/bp-activity-functions.php
- Timestamp:
- 07/04/2011 08:54:42 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity/bp-activity-functions.php
r4596 r4611 677 677 // Record this on the user's profile 678 678 $from_user_link = bp_core_get_userlink( $user_id ); 679 $activity_action = sprintf( __( '%s posted an update :', 'buddypress' ), $from_user_link );679 $activity_action = sprintf( __( '%s posted an update', 'buddypress' ), $from_user_link ); 680 680 $activity_content = $content; 681 681 $primary_link = bp_core_get_userlink( $user_id, false, true ); … … 729 729 $comment_id = bp_activity_add( array( 730 730 'id' => $id, 731 'action' => apply_filters( 'bp_activity_comment_action', sprintf( __( '%s posted a new activity comment :', 'buddypress' ), bp_core_get_userlink( $user_id ) ) ),731 'action' => apply_filters( 'bp_activity_comment_action', sprintf( __( '%s posted a new activity comment', 'buddypress' ), bp_core_get_userlink( $user_id ) ) ), 732 732 'content' => apply_filters( 'bp_activity_comment_content', $content ), 733 733 'component' => $bp->activity->id,
Note: See TracChangeset
for help on using the changeset viewer.