Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/09/2014 08:24:46 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Phpdoc improvements in bp-notifications-functions.php.

File:
1 edited

Legend:

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

    r8100 r8577  
    113113 * @since BuddyPress (1.9.0)
    114114 *
    115  * @param int $user_id ID of the user whose notifications are being deleted.
     115 * @param int $id ID of the user whose notifications are being deleted.
    116116 * @param int $is_new 0 for read, 1 for unread
    117117 * @return bool True on success, false on failure.
     
    333333 * @since BuddyPress (1.9.0)
    334334 *
    335  * @param int $user_id ID of the user whose notifications are being deleted.
     335 * @param int $item_id ID of the user whose notifications are being deleted.
    336336 * @param string $component_name Name of the associated component.
    337337 * @param string $component_action Optional. Name of the associated action.
Note: See TracChangeset for help on using the changeset viewer.