Skip to:
Content

BuddyPress.org


Ignore:
File:
1 edited

Legend:

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

    r3218 r4066  
    9999        bp_activity_install();
    100100}
    101 add_action( 'admin_menu', 'bp_activity_check_installed' );
     101add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', 'bp_activity_check_installed' );
    102102
    103103function bp_activity_setup_root_component() {
Note: See TracChangeset for help on using the changeset viewer.