Skip to:
Content

BuddyPress.org

Changeset 3962


Ignore:
Timestamp:
01/29/2011 12:38:35 PM (14 years ago)
Author:
djpaul
Message:

Hook bp_setup_widgets to bp_loaded, to register widgets early enough. Fixes #3033

File:
1 edited

Legend:

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

    r3952 r3962  
    2929
    3030// Setup widgets
    31 add_action( 'bp_init',    'bp_setup_widgets',        8 );
     31add_action( 'bp_loaded',    'bp_setup_widgets'        );
    3232   
    3333// Setup admin bar
Note: See TracChangeset for help on using the changeset viewer.