Changeset 9862 for trunk/src/bp-messages/bp-messages-cache.php
- Timestamp:
- 05/12/2015 04:39:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/bp-messages-cache.php
r9819 r9862 2 2 3 3 /** 4 * BuddyPress Messages Caching 4 * BuddyPress Messages Caching. 5 5 * 6 6 * Caching functions handle the clearing of cached objects and pages on specific … … 22 22 * @since BuddyPress (2.2.0) 23 23 * 24 * @param int|str |array$message_ids Accepts a single message_id, or a25 * comma-separated list or array of message ids.24 * @param int|string|array|bool $message_ids Accepts a single message_id, or a 25 * comma-separated list or array of message ids. 26 26 */ 27 27 function bp_messages_update_meta_cache( $message_ids = false ) { … … 72 72 * @since BuddyPress (2.0.0) 73 73 * 74 * @param int|array $thread_ids If single thread, the thread ID. Otherwise, an75 * array of thread IDs74 * @param int|array $thread_ids If single thread, the thread ID. 75 * Otherwise, an array of thread IDs. 76 76 */ 77 77 function bp_messages_clear_cache_on_message_delete( $thread_ids ) { … … 93 93 * 94 94 * @since BuddyPress (2.0.0) 95 * 96 * @param BP_Messages_Notice $notice 95 97 */ 96 98 function bp_notices_clear_cache( $notice ) {
Note: See TracChangeset
for help on using the changeset viewer.