Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/12/2015 05:45:14 AM (9 years ago)
Author:
tw2113
Message:

Further documentation cleanup for Activity Component.

See #6396.

File:
1 edited

Legend:

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

    r10077 r10253  
    88 */
    99
    10 // Exit if accessed directly
     10// Exit if accessed directly.
    1111defined( 'ABSPATH' ) || exit;
    1212
     
    1919 *
    2020 * @param int|string|array|bool $activity_ids Accepts a single activity ID, or a comma-
    21  *                                            separated list or array of activity ids
     21 *                                            separated list or array of activity ids.
    2222 */
    2323function bp_activity_update_meta_cache( $activity_ids = false ) {
     
    4141 * @since 2.0.0
    4242 *
    43  * @param BP_Activity_Activity $activity
     43 * @param BP_Activity_Activity $activity Activity object.
    4444 */
    4545function bp_activity_clear_cache_for_activity( $activity ) {
Note: See TracChangeset for help on using the changeset viewer.