Skip to:
Content

BuddyPress.org

Ticket #9019: 9019.01.patch

File 9019.01.patch, 469 bytes (added by r-a-y, 2 years ago)
  • src/bp-core/bp-core-template.php

     
    26202620        $retval = bp_is_active( 'groups' );
    26212621
    26222622        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();
    26242624        }
    26252625
    26262626        return (bool) $retval;