Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/18/2016 05:18:23 AM (9 years ago)
Author:
tw2113
Message:

Some more docs cleanup and plenty of @since tag additions for Groups Component.

See #6401.

File:
1 edited

Legend:

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

    r10417 r10454  
    2424 * $group_ids and adds it to WP cache. This improves efficiency when using
    2525 * groupmeta within a loop context.
     26 *
     27 * @since 1.6.0
    2628 *
    2729 * @param int|string|array|bool $group_ids Accepts a single group_id, or a
     
    4749 * Clear the cached group count.
    4850 *
     51 * @since 1.0.0
     52 *
    4953 * @param int $group_id Not used.
    5054 */
     
    164168/**
    165169 * Clear a user's cached group count.
     170 *
     171 * @since 1.2.0
    166172 *
    167173 * @param int $group_id The group ID. Not used in this function.
Note: See TracChangeset for help on using the changeset viewer.