Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/02/2015 01:58:52 AM (10 years ago)
Author:
tw2113
Message:

More documentation cleanup for the Members component.

See #6402.

File:
1 edited

Legend:

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

    r10149 r10322  
    4545 * @param string $action   Static activity action.
    4646 * @param object $activity Activity object.
    47  *
    48  * @return string
     47 * @return string $action
    4948 */
    5049function bp_members_format_activity_action_new_member( $action, $activity ) {
     
    5251    $action   = sprintf( __( '%s became a registered member', 'buddypress' ), $userlink );
    5352
    54     // Legacy filter - pass $user_id instead of $activity
     53    // Legacy filter - pass $user_id instead of $activity.
    5554    if ( has_filter( 'bp_core_activity_registered_member_action' ) ) {
    5655        $action = apply_filters( 'bp_core_activity_registered_member_action', $action, $activity->user_id );
     
    7271 *
    7372 * @param array $user Array of userdata passed to bp_core_activated_user hook.
    74  *
    7573 * @return bool
    7674 */
Note: See TracChangeset for help on using the changeset viewer.