Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/12/2015 06:03:18 AM (11 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Blogs component.

See #6576

File:
1 edited

Legend:

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

    r10019 r10100  
    11<?php
    2 
    32/**
    43 * BuddyPress Blogs Loader
     
    98 *
    109 * @package BuddyPress
    11  * @subpackage Blogs Core
     10 * @subpackage BlogsCore
    1211 */
    1312
     
    2019         * Start the blogs component creation process.
    2120         *
    22          * @since BuddyPress (1.5.0)
     21         * @since 1.5.0
    2322         */
    2423        public function __construct() {
     
    3938         * backwards compatibility.
    4039         *
    41          * @since BuddyPress (1.5.0)
     40         * @since 1.5.0
    4241         *
    4342         * @see BP_Component::setup_globals() for description of parameters.
     
    8382                 * In case the config is not multisite, the blog_public option is ignored.
    8483                 *
    85                  * @since BuddyPress (2.3.0)
     84                 * @since 2.3.0
    8685                 *
    8786                 * @oaram int $value Whether or not the blog is public.
     
    9291                         * Filters the post types to track for the Blogs component.
    9392                         *
    94                          * @since BuddyPress (1.5.0)
    95                          * @deprecated BuddyPress (2.3.0)
     93                         * @since 1.5.0
     94                         * @deprecated 2.3.0
    9695                         *
    9796                         * @param array $value Array of post types to track.
     
    199198         * Set up bp-blogs integration with the WordPress admin bar.
    200199         *
    201          * @since BuddyPress (1.5.0)
     200         * @since 1.5.0
    202201         *
    203202         * @see BP_Component::setup_admin_bar() for a description of arguments.
     
    287286         * Setup cache groups
    288287         *
    289          * @since BuddyPress (2.2.0)
     288         * @since 2.2.0
    290289         */
    291290        public function setup_cache_groups() {
     
    302301         * Set up the tracking arguments for the 'post' post type.
    303302         *
    304          * @since BuddyPress (2.2.0)
     303         * @since 2.2.0
    305304         *
    306305         * @see bp_activity_get_post_type_tracking_args() for information on parameters.
     
    316315                 * Filters the post types to track for the Blogs component.
    317316                 *
    318                  * @since BuddyPress (1.5.0)
    319                  * @deprecated BuddyPress (2.3.0)
     317                 * @since 1.5.0
     318                 * @deprecated 2.3.0
    320319                 *
    321320                 * Make sure plugins still using 'bp_blogs_record_post_post_types'
Note: See TracChangeset for help on using the changeset viewer.