Skip to:
Content

BuddyPress.org

Changeset 5557


Ignore:
Timestamp:
12/14/2011 09:18:24 PM (13 years ago)
Author:
djpaul
Message:

Register core admin menus earlier, so existing plugins can continue hooking in to the old top-level menu. Fixes #3847

File:
1 edited

Legend:

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

    r5550 r5557  
    9696
    9797        // Add menu item to settings menu
    98         add_action( bp_core_admin_hook(), array( $this, 'admin_menus'                ) );
     98        add_action( bp_core_admin_hook(), array( $this, 'admin_menus'                ), 5 );
    9999
    100100        // Add notice if not using a BuddyPress theme
Note: See TracChangeset for help on using the changeset viewer.