Skip to:
Content

BuddyPress.org

Changeset 2657


Ignore:
Timestamp:
02/10/2010 09:24:22 PM (14 years ago)
Author:
apeatling
Message:

Adding missing bp_setup_widgets action.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r2656 r2657  
    20892089add_action( 'plugins_loaded', 'bp_setup_nav' );
    20902090
     2091/* Allow core components and dependent plugins to register widgets */
     2092function bp_setup_widgets() {
     2093    do_action( 'bp_register_widgets' );
     2094}
     2095add_action( 'plugins_loaded', 'bp_setup_widgets' );
     2096
    20912097
    20922098/********************************************************************************
Note: See TracChangeset for help on using the changeset viewer.