- Timestamp:
- 07/09/2014 08:24:46 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-functions.php
r8100 r8577 113 113 * @since BuddyPress (1.9.0) 114 114 * 115 * @param int $ user_id ID of the user whose notifications are being deleted.115 * @param int $id ID of the user whose notifications are being deleted. 116 116 * @param int $is_new 0 for read, 1 for unread 117 117 * @return bool True on success, false on failure. … … 333 333 * @since BuddyPress (1.9.0) 334 334 * 335 * @param int $ user_id ID of the user whose notifications are being deleted.335 * @param int $item_id ID of the user whose notifications are being deleted. 336 336 * @param string $component_name Name of the associated component. 337 337 * @param string $component_action Optional. Name of the associated action.
Note: See TracChangeset
for help on using the changeset viewer.