Changeset 3029
- Timestamp:
- 06/10/2010 06:33:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-groups.php
r3012 r3029 117 117 global $bp; 118 118 119 if ( $ group_id = BP_Groups_Group::group_exists($bp->current_action) ) {119 if ( $bp->current_component == $bp->groups->slug && $group_id = BP_Groups_Group::group_exists($bp->current_action) ) { 120 120 121 121 /* This is a single group page. */
Note: See TracChangeset
for help on using the changeset viewer.