Changeset 7228 for trunk/bp-groups/bp-groups-functions.php
- Timestamp:
- 06/19/2013 09:41:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-functions.php
r7182 r7228 37 37 * support and pass through the groups_get_group filter. 38 38 * 39 * @param $args The load_users parameter is deprecated and does nothing.40 * @return obj$group The group object39 * @param string $args The load_users parameter is deprecated and does nothing. 40 * @return BP_Groups_Group $group The group object 41 41 */ 42 42 function groups_get_group( $args = '' ) { … … 524 524 * @since BuddyPress (1.5) 525 525 * 526 * @return objThe current group object526 * @return BP_Groups_Group The current group object 527 527 */ 528 528 function groups_get_current_group() { … … 782 782 * @param int $user_id Potential group member 783 783 * @param int $group_id Potential group 784 * @param str $type Optional. Use 'sent' to check for sent invites, 'all' to check for all784 * @param string $type Optional. Use 'sent' to check for sent invites, 'all' to check for all 785 785 * @return bool Returns true if an invitation is found 786 786 */
Note: See TracChangeset
for help on using the changeset viewer.