Skip to:
Content

BuddyPress.org


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

Moving BuddyPress registration functions to their own actions. Props jjj

File:
1 edited

Legend:

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

    r2544 r2656  
    88    add_action('widgets_init', create_function('', 'return register_widget("BP_Core_Recently_Active_Widget");') );
    99}
    10 add_action( 'plugins_loaded', 'bp_core_register_widgets' );
     10add_action( 'bp_register_widgets', 'bp_core_register_widgets' );
    1111
    1212/*** WELCOME WIDGET *****************/
Note: See TracChangeset for help on using the changeset viewer.