Changeset 8218
- Timestamp:
- 03/30/2014 11:16:11 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-xprofile/bp-xprofile-activity.php
r8208 r8218 103 103 // natural translation. 104 104 $profile_link = trailingslashit( bp_core_get_user_domain( $activity->user_id ) . buddypress()->profile->slug ); 105 $action = sprintf( __( '% 1$s’s profile was updated', 'buddypress' ), '<a href="' . $profile_link . '">' . bp_core_get_user_displayname( $activity->user_id ) . '</a>' );105 $action = sprintf( __( '%s’s profile was updated', 'buddypress' ), '<a href="' . $profile_link . '">' . bp_core_get_user_displayname( $activity->user_id ) . '</a>' ); 106 106 107 107 return apply_filters( 'bp_xprofile_format_activity_action_updated_profile', $action, $activity );
Note: See TracChangeset
for help on using the changeset viewer.