Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/19/2015 09:07:55 PM (9 years ago)
Author:
tw2113
Message:

Adds hook documentation for hook added in 2.3.0.

See #5939.

File:
1 edited

Legend:

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

    r10011 r10019  
    7979
    8080        /*
    81          * Set up the post post type to track.
     81         * Filters if a blog is public.
    8282         *
    8383         * In case the config is not multisite, the blog_public option is ignored.
     84         *
     85         * @since BuddyPress (2.3.0)
     86         *
     87         * @oaram int $value Whether or not the blog is public.
    8488         */
    8589        if ( 0 !== apply_filters( 'bp_is_blog_public', (int) get_option( 'blog_public' ) ) || ! is_multisite() ) {
Note: See TracChangeset for help on using the changeset viewer.