Ticket #8372: 8372.patch
| File 8372.patch, 581 bytes (added by , 5 years ago) |
|---|
-
src/bp-groups/bp-groups-admin.php
diff --git src/bp-groups/bp-groups-admin.php src/bp-groups/bp-groups-admin.php index 556733a62..69662ec80 100644
function bp_groups_admin_types_menu() { 76 76 esc_url( $group_type_admin_url ) 77 77 ); 78 78 } elseif ( ! is_network_admin() ) { 79 if ( is_multisite() ) {79 if ( is_multisite() && bp_is_root_blog( get_current_network_id() ) ) { 80 80 // Adds a 'bp-groups' menu to the root blog menu. 81 81 $redirect_hook = add_menu_page( 82 82 _x( 'Groups', 'Admin Groups page title', 'buddypress' ),