Changeset 12824 for trunk/src/bp-groups/bp-groups-admin.php
- Timestamp:
- 12/13/2020 04:00:36 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-admin.php
r12777 r12824 66 66 } 67 67 68 if ( bp_is_network_activated() && is_network_admin() ) {68 if ( bp_is_network_activated() && ! bp_is_multiblog_mode() && is_network_admin() ) { 69 69 // Adds a 'bp-groups' submenu to go to the root blog Group types screen. 70 70 $group_type_admin_url = add_query_arg( 'taxonomy', 'bp_group_type', get_admin_url( bp_get_root_blog_id(), 'edit-tags.php' ) ); … … 77 77 ); 78 78 } elseif ( ! is_network_admin() ) { 79 if ( bp_is_network_activated() ) {79 if ( bp_is_network_activated() && ! bp_is_multiblog_mode() ) { 80 80 // Adds a 'bp-groups' menu to the root blog menu. 81 81 $redirect_hook = add_menu_page(
Note: See TracChangeset
for help on using the changeset viewer.