Skip to:
Content

BuddyPress.org

Changeset 3721


Ignore:
Timestamp:
01/16/2011 03:38:43 PM (13 years ago)
Author:
boonebgorges
Message:

Loads the bp_wizard object earlier so that add_submenu_page can take bp_wizard as an argument

File:
1 edited

Legend:

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

    r3720 r3721  
    11051105    $bp_wizard = new BP_Core_Setup_Wizard;
    11061106}
    1107 add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', 'bp_core_setup_wizard_init' );
     1107add_action( is_multisite() ? 'network_admin_menu' : 'admin_menu', 'bp_core_setup_wizard_init', 7 );
    11081108
    11091109
Note: See TracChangeset for help on using the changeset viewer.