Changeset 10423
- Timestamp:
- 12/22/2015 05:39:06 AM (9 years ago)
- Location:
- trunk/src/bp-groups
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-template.php
r10417 r10423 3599 3599 * @global BP_Groups_Template $groups_template Groups template object. 3600 3600 * 3601 * @param object $group Group to get status message for. Optional; defaults to current group.3601 * @param object|null $group Group to get status message for. Optional; defaults to current group. 3602 3602 */ 3603 3603 function bp_group_status_message( $group = null ) { -
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.