Skip to:
Content

BuddyPress.org


Ignore:
File:
1 edited

Legend:

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

    r3218 r4066  
    6262        friends_install();
    6363}
    64 add_action( 'admin_menu', 'friends_check_installed' );
     64add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', 'friends_check_installed' );
    6565
    6666function friends_setup_nav() {
Note: See TracChangeset for help on using the changeset viewer.