Skip to:
Content

BuddyPress.org

Changeset 7907


Ignore:
Timestamp:
02/17/2014 01:11:40 AM (12 years ago)
Author:
boonebgorges
Message:

Fix phpdoc for bp_activity_update_meta_cache

File:
1 edited

Legend:

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

    r7854 r7907  
    1313 * Slurp up activitymeta for a specified set of activity items.
    1414 *
    15  * This function is called in two places in the BP_Activity_Activity class:
    16  *   - in the populate() method, when single activity objects are populated
    17  *   - in the get() method, when multiple groups are queried
    18  *
    1915 * It grabs all activitymeta associated with all of the activity items passed
    2016 * in $activity_ids and adds it to the WP cache. This improves efficiency when
     
    2218 *
    2319 * @param int|str|array $activity_ids Accepts a single activity ID, or a comma-
    24  *                                    separated list or array of activity ids
     20 *        separated list or array of activity ids
    2521 */
    2622function bp_activity_update_meta_cache( $activity_ids = false ) {
Note: See TracChangeset for help on using the changeset viewer.