Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/12/2015 06:03:18 AM (9 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-filters.php

    r10011 r10100  
    11<?php
    2 
    32/**
    43 * Filters related to the Blogs component.
    54 *
    65 * @package BuddyPress
    7  * @subpackage Blogs
    8  * @since BuddyPress (1.6.0)
     6 * @subpackage BlogFilters
     7 * @since 1.6.0
    98 */
    109
     
    2524 * Ensure that the 'Create a new site' link at wp-admin/my-sites.php points to the BP blog signup.
    2625 *
    27  * @since BuddyPress (1.6.0)
     26 * @since 1.6.0
    2827 *
    2928 * @uses apply_filters() Filter 'bp_blogs_creation_location' to alter the
     
    3938     * Filters the 'Create a new site' link URL.
    4039     *
    41      * @since BuddyPress (1.6.0)
     40     * @since 1.6.0
    4241     *
    4342     * @param string $value URL for the 'Create a new site' signup page.
     
    5049 * Only select comments by ID instead of all fields when using get_comments().
    5150 *
    52  * @since BuddyPress (2.1.0)
     51 * @since 2.1.0
    5352 *
    5453 * @see bp_blogs_update_post_activity_meta()
     
    6968 * Abstracted from the deprecated `bp_blogs_record_post()`.
    7069 *
    71  * @since BuddyPress (2.2.0)
     70 * @since 2.2.0
    7271 *
    7372 * @param  bool $return  Whether the post should be published.
     
    102101     * Filters whether or not BuddyPress should block sitewide tags activity.
    103102     *
    104      * @since BuddyPress (2.2.0)
     103     * @since 2.2.0
    105104     *
    106105     * @param bool $value Current status of the sitewide tags activity.
     
    113112     * Filters whether or not the current blog is public.
    114113     *
    115      * @since BuddyPress (2.2.0)
     114     * @since 2.2.0
    116115     *
    117116     * @param int $value Value from the blog_public option for the current blog.
Note: See TracChangeset for help on using the changeset viewer.