Ticket #9019: 9019.01.patch
| File 9019.01.patch, 469 bytes (added by , 2 years ago) |
|---|
-
src/bp-core/bp-core-template.php
2620 2620 $retval = bp_is_active( 'groups' ); 2621 2621 2622 2622 if ( ! empty( $retval ) ) { 2623 $retval = bp_is_groups_component() && groups_get_current_group() ;2623 $retval = bp_is_groups_component() && groups_get_current_group() && ! bp_is_group_create(); 2624 2624 } 2625 2625 2626 2626 return (bool) $retval;