diff --git bp-xprofile/bp-xprofile-activity.php bp-xprofile/bp-xprofile-activity.php
index aa3dcd5..7e103be 100644
|
|
|
function xprofile_register_activity_actions() {
|
| 18 | 18 | |
| 19 | 19 | // Register the activity stream actions for this component |
| 20 | 20 | bp_activity_set_action( |
| 21 | | $bp->profile->id, |
| | 21 | // older avatar activity items use 'profile' for component |
| | 22 | // see r4273 |
| | 23 | 'profile', |
| | 24 | |
| 22 | 25 | 'new_avatar', |
| 23 | 26 | __( 'Member changed profile picture', 'buddypress' ), |
| 24 | 27 | 'bp_xprofile_format_activity_action_new_avatar' |