Changeset 5868 for trunk/bp-friends/bp-friends-activity.php
- Timestamp:
- 02/28/2012 10:05:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-activity.php
r5729 r5868 66 66 67 67 /** 68 * Format the BuddyBar/ adminbar notifications for the Friends component68 * Format the BuddyBar/Toolbar notifications for the Friends component 69 69 * 70 70 * @package BuddyPress … … 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 Admin Bar76 * @param str $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.