Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/31/2015 06:51:35 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Activity component.

See #6576.

File:
1 edited

Legend:

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

    r9833 r10077  
    11<?php
    2 
    32/**
    43 * Functions related to the BuddyPress Activity component and the WP Cache.
    54 *
    6  * @since BuddyPress (1.6.0)
     5 * @since 1.6.0
     6 * @package    BuddyPress
     7 * @subpackage ActivityCache
    78 */
    89
     
    3839 * Clear a cached activity item when that item is updated.
    3940 *
    40  * @since BuddyPress (2.0.0)
     41 * @since 2.0.0
    4142 *
    4243 * @param BP_Activity_Activity $activity
     
    5152 * Clear cached data for deleted activity items.
    5253 *
    53  * @since BuddyPress (2.0.0)
     54 * @since 2.0.0
    5455 *
    5556 * @param array $deleted_ids IDs of deleted activity items.
Note: See TracChangeset for help on using the changeset viewer.