Changeset 10587 for trunk/src/bp-friends/bp-friends-notifications.php
- Timestamp:
- 02/13/2016 07:32:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-notifications.php
r10479 r10587 22 22 * the user of whom friendship has been requested ($friend_id). 23 23 * 24 * @since 1.0 24 * @since 1.0.0 25 25 * 26 26 * @param int $friendship_id ID of the friendship object. … … 53 53 * sent to the user who requested the friendship ($initiator_id). 54 54 * 55 * @since 1.0 55 * @since 1.0.0 56 56 * 57 57 * @param int $friendship_id ID of the friendship object. … … 81 81 /** 82 82 * Notification formatting callback for bp-friends notifications. 83 * 84 * @since 1.0.0 83 85 * 84 86 * @param string $action The kind of notification being rendered. … … 177 179 /** 178 180 * Clear friend-related notifications when ?new=1 181 * 182 * @since 1.2.0 179 183 */ 180 184 function friends_clear_friend_notifications() {
Note: See TracChangeset
for help on using the changeset viewer.