Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/13/2015 02:02:56 AM (11 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Core component.

See #6576.

File:
1 edited

Legend:

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

    r10039 r10108  
    99 */
    1010
    11 // Exit if accessed directly
     11// Exit if accessed directly.
    1212defined( 'ABSPATH' ) || exit;
    1313
     
    3030         * Fires before the pruning of WP Super Cache.
    3131         *
    32          * @since BuddyPress (1.0.0)
     32         * @since 1.0.0
    3333         */
    3434        do_action( 'bp_core_clear_cache' );
     
    6262 * Clear the directory_pages cache when one of the pages is updated.
    6363 *
    64  * @since BuddyPress (2.0.0)
     64 * @since 2.0.0
    6565 *
    6666 * @param int $post_id ID of the page that was saved.
     
    8989 * Clear the directory_pages cache when the bp-pages option is updated.
    9090 *
    91  * @since BuddyPress (2.0.0)
     91 * @since 2.0.0
    9292 *
    9393 * @param string $option Option name.
     
    103103 * Clear the root_blog_options cache when any of its options are updated.
    104104 *
    105  * @since BuddyPress (2.0.0)
     105 * @since 2.0.0
    106106 *
    107107 * @param string $option Option name.
     
    130130 * Determine which items from a list do not have cached values.
    131131 *
    132  * @since BuddyPress (2.0.0)
     132 * @since 2.0.0
    133133 *
    134134 * @param array  $item_ids    ID list.
     
    159159 * in the context of template loops.
    160160 *
    161  * @since BuddyPress (1.6.0)
     161 * @since 1.6.0
    162162 *
    163163 * @global object $wpdb WordPress database object for queries..
Note: See TracChangeset for help on using the changeset viewer.