Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/22/2015 05:39:06 AM (9 years ago)
Author:
tw2113
Message:

Scrutinizr feedback cleanup.

See #6401.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/classes/class-bp-groups-member.php

    r10417 r10423  
    10021002     *
    10031003     * @param int        $group_id            ID of the group being queried for.
    1004      * @param bool/int   $limit               Max amount to return.
    1005      * @param bool/int   $page                Pagination value.
     1004     * @param bool|int   $limit               Max amount to return.
     1005     * @param bool|int   $page                Pagination value.
    10061006     * @param bool       $exclude_admins_mods Whether or not to exclude admins and moderators.
    10071007     * @param bool       $exclude_banned      Whether or not to exclude banned members.
    1008      * @param bool/array $exclude             Array of user IDs to exclude.
     1008     * @param bool|array $exclude             Array of user IDs to exclude.
    10091009     * @return mixed
    10101010     */
Note: See TracChangeset for help on using the changeset viewer.