Changeset 9993 for trunk/src/bp-notifications/bp-notifications-cache.php
- Timestamp:
- 07/04/2015 10:17:42 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-notifications/bp-notifications-cache.php
r9887 r9993 16 16 * @since BuddyPress (2.3.0) 17 17 * 18 * @param int|str |array$notification_ids Accepts a single notification_id, or a19 * comma-separated list or array of20 * 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. 21 21 */ 22 22 function bp_notifications_update_meta_cache( $notification_ids = false ) { … … 32 32 33 33 /** 34 * Clear all notifications cache for a given user ID 34 * Clear all notifications cache for a given user ID. 35 35 * 36 36 * @since BuddyPress (2.3.0) 37 37 * 38 * @param int $user_id The user ID's cache to clear 38 * @param int $user_id The user ID's cache to clear. 39 39 */ 40 40 function bp_notifications_clear_all_for_user_cache( $user_id = 0 ) {
Note: See TracChangeset
for help on using the changeset viewer.