Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/03/2016 05:01:13 AM (8 years ago)
Author:
tw2113
Message:

Adds many missing @since tags to the BP Core component.

See #6398.

File:
1 edited

Legend:

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

    r10417 r10497  
    1717 * Prune the WP Super Cache.
    1818 *
     19 * When WP Super Cache is installed, this function will clear cached pages
     20 * so that success/error messages or time-sensitive content are not cached.
     21 *
     22 * @since 1.0.0
     23 *
    1924 * @see prune_super_cache()
    20  *
    21  * When wp-super-cache is installed this function will clear cached pages
    22  * so that success/error messages are not cached, or time sensitive content.
    2325 *
    2426 * @return int
     
    4244 * Clear all cached objects for a user, or those that a user is part of.
    4345 *
     46 * @since 1.0.0
     47 *
    4448 * @param string $user_id User ID to delete cache for.
    4549 */
     
    5054/**
    5155 * Clear member count caches and transients.
     56 *
     57 * @since 1.6.0
    5258 */
    5359function bp_core_clear_member_count_caches() {
Note: See TracChangeset for help on using the changeset viewer.