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-friends/bp-friends-activity.php

    r5729 r5868  
    6666
    6767/**
    68  * Format the BuddyBar/admin bar notifications for the Friends component
     68 * Format the BuddyBar/Toolbar notifications for the Friends component
    6969 *
    7070 * @package BuddyPress
     
    7474 * @param int $secondary_item_id The secondary item id
    7575 * @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 Bar
     76 * @param str $format 'string' for BuddyBar-compatible notifications; 'array' for WP Toolbar
    7777 */
    7878function friends_format_notifications( $action, $item_id, $secondary_item_id, $total_items, $format = 'string' ) {
Note: See TracChangeset for help on using the changeset viewer.