Changeset 6259 for trunk/bp-groups/bp-groups-functions.php
- Timestamp:
- 08/18/2012 10:15:09 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-functions.php
r6150 r6259 196 196 * @global object $bp BuddyPress global settings 197 197 * @param int $group_id 198 * @since 1.0198 * @since BuddyPress (1.0) 199 199 */ 200 200 function groups_delete_group( $group_id ) { … … 266 266 * Get a group ID by its slug 267 267 * 268 * @since 1.6268 * @since BuddyPress (1.6) 269 269 * 270 270 * @param string $group_slug The group's slug … … 502 502 * @param int $user_id 503 503 * @param int $group_id 504 * @since 1.2.6504 * @since BuddyPress (1.2.6) 505 505 * @uses BP_Groups_Member 506 506 */
Note: See TracChangeset
for help on using the changeset viewer.