Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/04/2015 10:17:42 PM (9 years ago)
Author:
tw2113
Message:

Docs cleanup for Notifications component.

See #6404.

File:
1 edited

Legend:

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

    r9887 r9993  
    1616 * @since BuddyPress (2.3.0)
    1717 *
    18  * @param int|str|array $notification_ids Accepts a single notification_id, or a
    19  *                                        comma-separated list or array of
    20  *                                        notification ids.
     18 * @param int|string|array|bool $notification_ids Accepts a single notification_id, or a
     19 *                                                comma-separated list or array of
     20 *                                                notification ids.
    2121 */
    2222function bp_notifications_update_meta_cache( $notification_ids = false ) {
     
    3232
    3333/**
    34  * Clear all notifications cache for a given user ID
     34 * Clear all notifications cache for a given user ID.
    3535 *
    3636 * @since BuddyPress (2.3.0)
    3737 *
    38  * @param int $user_id The user ID's cache to clear
     38 * @param int $user_id The user ID's cache to clear.
    3939 */
    4040function bp_notifications_clear_all_for_user_cache( $user_id = 0 ) {
Note: See TracChangeset for help on using the changeset viewer.