Skip to:
Content

BuddyPress.org


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-groups.php

    r3271 r4066  
    117117        groups_install();
    118118}
    119 add_action( 'admin_menu', 'groups_check_installed' );
     119add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', 'groups_check_installed' );
    120120
    121121function groups_setup_nav() {
Note: See TracChangeset for help on using the changeset viewer.