Changeset 7228 for trunk/bp-friends/bp-friends-activity.php
- Timestamp:
- 06/19/2013 09:41:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-activity.php
r6342 r7228 70 70 * @package BuddyPress 71 71 * 72 * @param str $action The kind of notification being rendered72 * @param string $action The kind of notification being rendered 73 73 * @param int $item_id The primary item id 74 74 * @param int $secondary_item_id The secondary item id 75 75 * @param int $total_items The total number of messaging-related notifications waiting for the user 76 * @param str $format 'string' for BuddyBar-compatible notifications; 'array' for WP Toolbar76 * @param string $format 'string' for BuddyBar-compatible notifications; 'array' for WP Toolbar 77 77 */ 78 78 function friends_format_notifications( $action, $item_id, $secondary_item_id, $total_items, $format = 'string' ) {
Note: See TracChangeset
for help on using the changeset viewer.