Skip to:
Content

BuddyPress.org

Changeset 5120


Ignore:
Timestamp:
09/07/2011 03:10:25 PM (13 years ago)
Author:
boonebgorges
Message:

Hooks bp_core_load_admin_bar later in the load order so that BP respects WP's individual user 'show admin bar' preferences. Fixes #3560

File:
1 edited

Legend:

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

    r4977 r5120  
    3737
    3838// Setup admin bar
    39 add_action( 'bp_loaded',  'bp_core_load_admin_bar'     );
     39add_action( 'bp_init',    'bp_core_load_admin_bar'     );
    4040
    4141/** The hooks *****************************************************************/
Note: See TracChangeset for help on using the changeset viewer.