Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/10/2013 02:44:05 PM (11 years ago)
Author:
boonebgorges
Message:

Inline docs improvements in Blogs component:

  • bp-blogs-actions.php
  • bp-blogs-activity.php
  • bp-blogs-buddybar.php
  • bp-blogs-cache.php
  • bp-blogs-classes.php

See #5022

File:
1 edited

Legend:

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

    r7228 r7407  
    22
    33/**
    4  * BuddyPress Blogs Caching
     4 * BuddyPress Blogs Caching.
    55 *
    66 * Caching functions handle the clearing of cached objects and pages on specific
     
    1515
    1616/**
    17  * Clear the blog object cache
     17 * Clear the blog object cache.
    1818 *
    1919 * @since BuddyPress (1.0)
    20  * @package BuddyPress
    21  * @subpackage BlogsCache
    22  * @param int $blog_id
    23  * @param int $user_id
     20 *
     21 * @param int $blog_id ID of the current blog.
     22 * @param int $user_id ID of the user whose blog cache should be cleared.
    2423 */
    2524function bp_blogs_clear_blog_object_cache( $blog_id, $user_id ) {
     
    2928
    3029/**
    31  * Clear cache when a new blog is created
     30 * Clear cache when a new blog is created.
    3231 *
    3332 * @since BuddyPress (1.0)
    34  * @package BuddyPress
    35  * @subpackage BlogsCache
    36  * @param BP_Blogs_Blog $recorded_blog_obj
     33 *
     34 * @param BP_Blogs_Blog $recorded_blog_obj The recorded blog, passed by 'bp_blogs_new_blog'.
    3735 */
    3836function bp_blogs_format_clear_blog_cache( $recorded_blog_obj ) {
Note: See TracChangeset for help on using the changeset viewer.