Changeset 7228 for trunk/bp-messages/bp-messages-functions.php
- Timestamp:
- 06/19/2013 09:41:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-functions.php
r6342 r7228 234 234 * @package BuddyPress 235 235 * 236 * @param str $action The kind of notification being rendered236 * @param string $action The kind of notification being rendered 237 237 * @param int $item_id The primary item id 238 238 * @param int $secondary_item_id The secondary item id 239 239 * @param int $total_items The total number of messaging-related notifications waiting for the user 240 * @param str $format 'string' for BuddyBar-compatible notifications; 'array' for WP Toolbar240 * @param string $format 'string' for BuddyBar-compatible notifications; 'array' for WP Toolbar 241 241 */ 242 242 function messages_format_notifications( $action, $item_id, $secondary_item_id, $total_items, $format = 'string' ) {
Note: See TracChangeset
for help on using the changeset viewer.