Skip to:
Content

BuddyPress.org

Changeset 8576


Ignore:
Timestamp:
07/09/2014 08:23:32 PM (10 years ago)
Author:
johnjamesjacoby
Message:

More phpdoc clean-up to bp-groups-notifications.php.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-notifications.php

    r8575 r8576  
    1717
    1818/**
    19  * Send an email to all group members when a group is updated
     19 * Notify all group members when a group is updated
    2020 *
    2121 * @since BuddyPress (1.0.0)
     
    6969
    7070/**
    71  * Send email to group admin about membership request
     71 * Notify group admin about new membership request
    7272 *
    7373 * @since BuddyPress (1.0.0)
     
    145145
    146146/**
    147  * Send email to member about their group membership request
     147 * Notify member about their group membership request
    148148 *
    149149 * @since BuddyPress (1.0.0)
     
    224224
    225225/**
    226  *
     226 * Notify group member they have been promoted
     227 *
    227228 * @since BuddyPress (1.0.0)
    228229 *
     
    291292
    292293/**
    293  *
     294 * Notify a member they have been invitated to a group
     295 *
    294296 * @since BuddyPress (1.0.0)
    295297 *
     
    371373 * Format notifications for the Groups component.
    372374 *
    373  * @since BuddyPress (1.0)
     375 * @since BuddyPress (1.0.0)
     376 *
    374377 * @param string $action The kind of notification being rendered
    375378 * @param int $item_id The primary item id
Note: See TracChangeset for help on using the changeset viewer.