diff --git src/bp-groups/bp-groups-admin.php src/bp-groups/bp-groups-admin.php
index 91f210b5e..e8cc7ef4c 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() && bp_is_root_blog( get_current_network_id() ) ) { |
| | 79 | if ( bp_is_network_activated() ) { |
| 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' ), |