Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/28/2012 10:05:51 PM (13 years ago)
Author:
djpaul
Message:

s/admin bar/toolbar. Fixes #4056

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-functions.php

    r5729 r5868  
    217217
    218218/**
    219  * Format the BuddyBar/admin bar notifications for the Messages component
     219 * Format the BuddyBar/Toolbar notifications for the Messages component
    220220 *
    221221 * @package BuddyPress
     
    225225 * @param int $secondary_item_id The secondary item id
    226226 * @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 Bar
     227 * @param str $format 'string' for BuddyBar-compatible notifications; 'array' for WP Toolbar
    228228 */
    229229function messages_format_notifications( $action, $item_id, $secondary_item_id, $total_items, $format = 'string' ) {
Note: See TracChangeset for help on using the changeset viewer.