Changeset 8576
- Timestamp:
- 07/09/2014 08:23:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-notifications.php
r8575 r8576 17 17 18 18 /** 19 * Send an email toall group members when a group is updated19 * Notify all group members when a group is updated 20 20 * 21 21 * @since BuddyPress (1.0.0) … … 69 69 70 70 /** 71 * Send email to group admin aboutmembership request71 * Notify group admin about new membership request 72 72 * 73 73 * @since BuddyPress (1.0.0) … … 145 145 146 146 /** 147 * Send email tomember about their group membership request147 * Notify member about their group membership request 148 148 * 149 149 * @since BuddyPress (1.0.0) … … 224 224 225 225 /** 226 * 226 * Notify group member they have been promoted 227 * 227 228 * @since BuddyPress (1.0.0) 228 229 * … … 291 292 292 293 /** 293 * 294 * Notify a member they have been invitated to a group 295 * 294 296 * @since BuddyPress (1.0.0) 295 297 * … … 371 373 * Format notifications for the Groups component. 372 374 * 373 * @since BuddyPress (1.0) 375 * @since BuddyPress (1.0.0) 376 * 374 377 * @param string $action The kind of notification being rendered 375 378 * @param int $item_id The primary item id
Note: See TracChangeset
for help on using the changeset viewer.