Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/19/2015 01:40:26 AM (9 years ago)
Author:
tw2113
Message:

First pass at members component docs cleanup.

See #6402.

File:
1 edited

Legend:

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

    r9819 r9877  
    1212
    1313/**
    14  * Register the 'new member' activity type
     14 * Register the 'new member' activity type.
    1515 *
    16  * @since  BuddyPress (2.2.0)
     16 * @since BuddyPress (2.2.0)
    1717 *
    1818 * @uses bp_activity_set_action()
     
    4444 * @since BuddyPress (2.2.0)
    4545 *
    46  * @param string $action Static activity action.
     46 * @param string $action   Static activity action.
    4747 * @param object $activity Activity object.
     48 *
    4849 * @return string
    4950 */
     
    7273 *
    7374 * @param array $user Array of userdata passed to bp_core_activated_user hook.
     75 *
     76 * @return bool
    7477 */
    7578function bp_core_new_user_activity( $user ) {
Note: See TracChangeset for help on using the changeset viewer.