Changeset 9274
- Timestamp:
- 12/24/2014 04:54:49 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-activity.php
r9273 r9274 30 30 ); 31 31 32 /** 33 * Fires after the default 'new member' activity types are registered. 34 * 35 * @since BuddyPress (2.2.0) 36 */ 32 37 do_action( 'bp_members_register_activity_actions' ); 33 38 } … … 52 57 } 53 58 59 /** 60 * Filters the formatted 'new member' activity actions. 61 * 62 * @since BuddyPress (2.2.0) 63 * 64 * @param string $action Static activity action. 65 * @param object $activity Activity object. 66 */ 54 67 return apply_filters( 'bp_members_format_activity_action_new_member', $action, $activity ); 55 68 }
Note: See TracChangeset
for help on using the changeset viewer.