Skip to:
Content

BuddyPress.org

Changeset 8208


Ignore:
Timestamp:
03/30/2014 06:25:25 PM (11 years ago)
Author:
boonebgorges
Message:

'new_avatar' profile type should have the component name 'profile'

This is for backward compatibility.

Fixes #5488

Props r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-xprofile/bp-xprofile-activity.php

    r8126 r8208  
    1919    // Register the activity stream actions for this component
    2020    bp_activity_set_action(
    21         $bp->profile->id,
     21        // older avatar activity items use 'profile' for component
     22        // see r4273
     23        'profile',
     24
    2225        'new_avatar',
    2326        __( 'Member changed profile picture', 'buddypress' ),
Note: See TracChangeset for help on using the changeset viewer.