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-widgets.php

    r10117 r10148  
    11<?php
    2 
    32/**
    43 * BuddyPress Groups Widgets
     
    87 */
    98
    10 // Exit if accessed directly
     9// Exit if accessed directly.
    1110defined( 'ABSPATH' ) || exit;
    1211
     
    4746         * Filters the user ID to use with the widget instance.
    4847         *
    49          * @since BuddyPress (1.5.0)
     48         * @since 1.5.0
    5049         *
    5150         * @param string $value Empty user ID.
     
    6463         * Filters the title of the Groups widget.
    6564         *
    66          * @since BuddyPress (1.8.0)
    67          * @since BuddyPress (2.3.0) Added 'instance' and 'id_base' to arguments passed to filter.
     65         * @since 1.8.0
     66         * @since 2.3.0 Added 'instance' and 'id_base' to arguments passed to filter.
    6867         *
    6968         * @param string $title    The widget title.
     
    7675         * Filters the separator of the group widget links.
    7776         *
    78          * @since BuddyPress (2.4.0)
     77         * @since 2.4.0
    7978         *
    8079         * @param string $separator Separator string. Default '|'.
Note: See TracChangeset for help on using the changeset viewer.