Changeset 10423 for trunk/src/bp-groups/classes/class-bp-groups-member.php
- Timestamp:
- 12/22/2015 05:39:06 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-member.php
r10417 r10423 1002 1002 * 1003 1003 * @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. 1006 1006 * @param bool $exclude_admins_mods Whether or not to exclude admins and moderators. 1007 1007 * @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. 1009 1009 * @return mixed 1010 1010 */
Note: See TracChangeset
for help on using the changeset viewer.