Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/01/2011 05:57:55 PM (14 years ago)
Author:
djpaul
Message:

Multisite fixes for the relocated admin menu. See #3785, props boonebgorges for help with patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-forums/bp-forums-admin.php

    r5406 r5429  
    1010
    1111    // Add the option pages
    12     $hook = add_options_page( __( 'BuddyPress Forums', 'buddypress' ), __( 'BuddyPress Forums', 'buddypress' ), 'manage_options', 'bb-forums-setup', 'bp_forums_bbpress_admin' );
     12    $page = bp_core_do_network_admin()  ? 'settings.php' : 'options-general.php';
     13    $hook = add_submenu_page( $page, __( 'BuddyPress Forums', 'buddypress' ), __( 'BuddyPress Forums', 'buddypress' ), 'manage_options', 'bb-forums-setup', 'bp_forums_bbpress_admin' );
    1314
    1415    // Add a hook for common BP admin CSS/JS scripts
Note: See TracChangeset for help on using the changeset viewer.