Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/05/2012 01:59:45 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Top Level Menu:

  • Remove is_super_admin() check from bp_core_admin_backpat_menu().
  • Fixes bug where blog admins would see the legacy top-level menu when BuddyPress is only active on 1 site of a network.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/admin/bp-core-functions.php

    r6357 r6487  
    3737function bp_core_admin_backpat_menu() {
    3838    global $_parent_pages, $_registered_pages, $submenu;
    39 
    40     if ( ! is_super_admin() )
    41         return;
    4239
    4340    // Don't do anything if a BP upgrade is in progress, or if the bp-wizard is in progress.
Note: See TracChangeset for help on using the changeset viewer.