Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
10/06/2011 03:08:24 PM (15 years ago)
Author:
boonebgorges
Message:

Rehooks main WP admin bar items to core admin_bar_menu hook, so that we have greater control over the way our menus are ordered with respect to WP core menus. See #3596

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-adminbar.php

    r5052 r5213  
    113113        ) );
    114114}
    115 add_action( 'bp_setup_admin_bar', 'bp_groups_group_admin_menu', 99 );
     115add_action( 'admin_bar_menu', 'bp_groups_group_admin_menu', 99 );
    116116
    117117?>
Note: See TracChangeset for help on using the changeset viewer.