Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/10/2011 05:18:46 PM (13 years ago)
Author:
djpaul
Message:

Hook adminbar menus into admin_bar_menu to avoid a fatal PHP error

File:
1 edited

Legend:

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

    r4151 r4197  
    2626
    2727// Setup the navigation menu
    28 add_action( 'bp_init',    'bp_setup_admin_bar',      8 );
     28add_action( 'admin_bar_menu',    'bp_setup_admin_bar' );
    2929
    3030// Setup the title
Note: See TracChangeset for help on using the changeset viewer.