Changeset 9877 for trunk/src/bp-members/bp-members-activity.php
- Timestamp:
- 05/19/2015 01:40:26 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/bp-members-activity.php
r9819 r9877 12 12 13 13 /** 14 * Register the 'new member' activity type 14 * Register the 'new member' activity type. 15 15 * 16 * @since 16 * @since BuddyPress (2.2.0) 17 17 * 18 18 * @uses bp_activity_set_action() … … 44 44 * @since BuddyPress (2.2.0) 45 45 * 46 * @param string $action Static activity action.46 * @param string $action Static activity action. 47 47 * @param object $activity Activity object. 48 * 48 49 * @return string 49 50 */ … … 72 73 * 73 74 * @param array $user Array of userdata passed to bp_core_activated_user hook. 75 * 76 * @return bool 74 77 */ 75 78 function bp_core_new_user_activity( $user ) {
Note: See TracChangeset
for help on using the changeset viewer.