- Timestamp:
- 01/07/2015 10:03:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-functions.php
r9025 r9308 20 20 * @param array $args { 21 21 * Array of arguments describing the notification. All are optional. 22 * @type int $user_id ID of the user to associate the notific iton with.22 * @type int $user_id ID of the user to associate the notification with. 23 23 * @type int $item_id ID of the item to associate the notification with. 24 24 * @type int $secondary_item_id ID of the secondary item to associate the … … 378 378 * @since BuddyPress (1.9.0) 379 379 * 380 * @param int $user_id ID of the user whose associated items are bein ddeleted.380 * @param int $user_id ID of the user whose associated items are being deleted. 381 381 * @param string $component_name Name of the associated component. 382 382 * @param string $component_action Name of the associated action. … … 491 491 * @since BuddyPress (1.9.0) 492 492 * 493 * @param int $user_id ID of the user whose associated items are bein ddeleted.493 * @param int $user_id ID of the user whose associated items are being deleted. 494 494 * @param int $is_new 0 for read, 1 for unread 495 495 * @param string $component_name Name of the associated component.
Note: See TracChangeset
for help on using the changeset viewer.