Skip to:
Content

BuddyPress.org

Changeset 5055


Ignore:
Timestamp:
08/29/2011 11:39:41 PM (13 years ago)
Author:
boonebgorges
Message:

Don't force BP menu to a high position during install/upgrade. Fixes #3401

File:
1 edited

Legend:

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

    r5038 r5055  
    12161216
    12171217    // Add the administration tab under the "Site Admin" tab for site administrators
    1218     add_menu_page( __( 'BuddyPress', 'buddypress' ), __( 'BuddyPress', 'buddypress' ), 'manage_options', 'bp-wizard', '', '', 3 );
     1218    add_menu_page( __( 'BuddyPress', 'buddypress' ), __( 'BuddyPress', 'buddypress' ), 'manage_options', 'bp-wizard', '' );
    12191219    $hook = add_submenu_page( 'bp-wizard', $status, $status, 'manage_options', 'bp-wizard', array( $bp_wizard, 'html' ) );
    12201220
Note: See TracChangeset for help on using the changeset viewer.