Changeset 5868 for trunk/bp-messages/bp-messages-functions.php
- Timestamp:
- 02/28/2012 10:05:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-functions.php
r5729 r5868 217 217 218 218 /** 219 * Format the BuddyBar/ adminbar notifications for the Messages component219 * Format the BuddyBar/Toolbar notifications for the Messages component 220 220 * 221 221 * @package BuddyPress … … 225 225 * @param int $secondary_item_id The secondary item id 226 226 * @param int $total_items The total number of messaging-related notifications waiting for the user 227 * @param str $format 'string' for BuddyBar-compatible notifications; 'array' for WP Admin Bar227 * @param str $format 'string' for BuddyBar-compatible notifications; 'array' for WP Toolbar 228 228 */ 229 229 function messages_format_notifications( $action, $item_id, $secondary_item_id, $total_items, $format = 'string' ) {
Note: See TracChangeset
for help on using the changeset viewer.