- Timestamp:
- 05/17/2017 06:57:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-component.php
r11544 r11559 197 197 198 198 // Are we viewing a single group? 199 if ( bp_is_groups_component() && $group_id = BP_Groups_Group::group_exists( bp_current_action() ) ) { 200 199 if ( bp_is_groups_component() 200 && ( ( $group_id = BP_Groups_Group::group_exists( bp_current_action() ) ) 201 || ( $group_id = BP_Groups_Group::get_id_by_previous_slug( bp_current_action() ) ) ) 202 ) { 201 203 $bp->is_single_item = true; 202 204
Note: See TracChangeset
for help on using the changeset viewer.