Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/24/2014 04:35:52 AM (11 years ago)
Author:
imath
Message:

Move the 'new_member' activity type into the Members component

Since BuddyPress 1.1, the 'new_member' type was attached to the xProfile component. In version 2.2, we are moving it into the Members one. Once the user will have upgraded to this version, every existing 'new_member' activity items will have their component updated to the 'members' one and each time a new member will register, the 'new_member' activity will be attached to the members component.

Props boonebgorges, DJPaul

Fixes #5807

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-loader.php

    r9210 r9273  
    5959            'cache',
    6060        );
     61
     62        if ( bp_is_active( 'activity' ) ) {
     63            $includes[] = 'activity';
     64        }
    6165
    6266        // Include these only if in admin
Note: See TracChangeset for help on using the changeset viewer.