Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/11/2015 11:12:52 PM (11 years ago)
Author:
tw2113
Message:

Initial documentation cleanup for the BP Blogs component.

See #6397.

File:
1 edited

Legend:

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

    r9819 r10011  
    2121 * using querying blogmeta inline.
    2222 *
    23  * @param int|str|array $blog_ids Accepts a single blog ID, or a comma-
    24  *        separated list or array of blog IDs.
     23 * @param int|string|array|bool $blog_ids Accepts a single blog ID, or a comma-
     24 *                                        separated list or array of blog IDs.
    2525 */
    2626function bp_blogs_update_meta_cache( $blog_ids = false ) {
Note: See TracChangeset for help on using the changeset viewer.