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/classes/class-bp-group-member-query.php

    r9906 r10148  
    77 */
    88
    9 // Exit if accessed directly
     9// Exit if accessed directly.
    1010defined( 'ABSPATH' ) || exit;
    1111
     
    2323 *   inviter_id = 0 (and invite_sent = 0).
    2424 *
    25  * @since BuddyPress (1.8.0)
     25 * @since 1.8.0
    2626 *
    2727 * @param array $args  {
     
    4545     * Array of group member ids, cached to prevent redundant lookups.
    4646     *
    47      * @since BuddyPress (1.8.1)
     47     * @since 1.8.1
    4848     * @access protected
    4949     * @var null|array Null if not yet defined, otherwise an array of ints.
     
    5454     * Set up action hooks.
    5555     *
    56      * @since BuddyPress (1.8.0)
     56     * @since 1.8.0
    5757     */
    5858    public function setup_hooks() {
     
    7777     * group-member logic.
    7878     *
    79      * @since BuddyPress (1.8.0)
     79     * @since 1.8.0
    8080     *
    8181     * @param array $include Existing group IDs in the $include parameter,
     
    116116     * Get the members of the queried group.
    117117     *
    118      * @since BuddyPress (1.8.0)
     118     * @since 1.8.0
    119119     *
    120120     * @return array $ids User IDs of relevant group member ids.
     
    239239         * defined a custom 'type').
    240240         *
    241          * @since BuddyPress (2.0.0)
     241         * @since 2.0.0
    242242         *
    243243         * @param array                 $group_member_ids Array of associated member IDs.
     
    298298     *      - date_modified
    299299     *
    300      * @since BuddyPress (1.8.0)
     300     * @since 1.8.0
    301301     *
    302302     * @param BP_User_Query $query        BP_User_Query object. Because we're
     
    336336     * Sort user IDs by how recently they have generated activity within a given group.
    337337     *
    338      * @since BuddyPress (2.1.0)
     338     * @since 2.1.0
    339339     *
    340340     * @param BP_User_Query $query  BP_User_Query object.
Note: See TracChangeset for help on using the changeset viewer.