Changeset 4961 for trunk/bp-groups/bp-groups-functions.php
- Timestamp:
- 08/10/2011 06:32:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-functions.php
r4907 r4961 427 427 function groups_get_current_group() { 428 428 global $bp; 429 429 430 430 $current_group = isset( $bp->groups->current_group ) ? $bp->groups->current_group : false; 431 431 432 432 return apply_filters( 'groups_get_current_group', $current_group ); 433 433 }
Note: See TracChangeset
for help on using the changeset viewer.