Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/27/2015 05:25:02 AM (9 years ago)
Author:
tw2113
Message:

Standardizing our @since tags for the Groups Component.

See #6576.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-filters.php

    r9975 r10148  
    11<?php
    2 
    32/**
    43 * BuddyPress Groups Filters.
     
    87 */
    98
    10 // Exit if accessed directly
     9// Exit if accessed directly.
    1110defined( 'ABSPATH' ) || exit;
    1211
     
    7069 * Filter output of Group Description through WordPress's KSES API.
    7170 *
    72  * @since BuddyPress (1.1.0)
     71 * @since 1.1.0
    7372 *
    7473 * @param string $content
     
    102101     * Filters the HTML elements allowed for a given context.
    103102     *
    104      * @since BuddyPress (1.2.0)
     103     * @since 1.2.0
    105104     *
    106105     * @param string $allowed_tags Allowed tags, attributes, and/or entities.
     
    236235 * This speeds up the query.
    237236 *
    238  * @since BuddyPress (1.5.0)
     237 * @since 1.5.0
    239238 *
    240239 * @see BB_Query::_filter_sql()
     
    247246     * This filter is used to prevent fetching information that is not used.
    248247     *
    249      * @since BuddyPress (1.5.0)
     248     * @since 1.5.0
    250249     *
    251250     * @param string $value SQL string to specify fetching just topic_id.
     
    259258 * mentions suggestions?
    260259 *
    261  * @since BuddyPress (2.2.0)
     260 * @since 2.2.0
    262261 *
    263262 * @param bool $load_mentions    True to load mentions assets, false otherwise.
Note: See TracChangeset for help on using the changeset viewer.