Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
05/12/2015 04:39:07 AM (10 years ago)
Author:
tw2113
Message:

First pass at messages component docs cleanup.

See #6403.

File:
1 edited

Legend:

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

    r9819 r9862  
    22
    33/**
    4  * BuddyPress Messages Caching
     4 * BuddyPress Messages Caching.
    55 *
    66 * Caching functions handle the clearing of cached objects and pages on specific
     
    2222 * @since BuddyPress (2.2.0)
    2323 *
    24  * @param int|str|array $message_ids Accepts a single message_id, or a
    25  *        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.
    2626 */
    2727function bp_messages_update_meta_cache( $message_ids = false ) {
     
    7272 * @since BuddyPress (2.0.0)
    7373 *
    74  * @param int|array $thread_ids If single thread, the thread ID. Otherwise, an
    75  *  array of thread IDs
     74 * @param int|array $thread_ids If single thread, the thread ID.
     75 *                              Otherwise, an array of thread IDs.
    7676 */
    7777function bp_messages_clear_cache_on_message_delete( $thread_ids ) {
     
    9393 *
    9494 * @since BuddyPress (2.0.0)
     95 *
     96 * @param BP_Messages_Notice $notice
    9597 */
    9698function bp_notices_clear_cache( $notice ) {
Note: See TracChangeset for help on using the changeset viewer.