Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/07/2015 10:03:19 PM (11 years ago)
Author:
r-a-y
Message:

Fix all the typos.

Props slaFFik.

See #6092.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-notifications/bp-notifications-functions.php

    r9025 r9308  
    2020 * @param array $args {
    2121 *     Array of arguments describing the notification. All are optional.
    22  *     @type int $user_id ID of the user to associate the notificiton with.
     22 *     @type int $user_id ID of the user to associate the notification with.
    2323 *     @type int $item_id ID of the item to associate the notification with.
    2424 *     @type int $secondary_item_id ID of the secondary item to associate the
     
    378378 * @since BuddyPress (1.9.0)
    379379 *
    380  * @param int $user_id ID of the user whose associated items are beind deleted.
     380 * @param int $user_id ID of the user whose associated items are being deleted.
    381381 * @param string $component_name Name of the associated component.
    382382 * @param string $component_action Name of the associated action.
     
    491491 * @since BuddyPress (1.9.0)
    492492 *
    493  * @param int $user_id ID of the user whose associated items are beind deleted.
     493 * @param int $user_id ID of the user whose associated items are being deleted.
    494494 * @param int $is_new 0 for read, 1 for unread
    495495 * @param string $component_name Name of the associated component.
Note: See TracChangeset for help on using the changeset viewer.