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-groups/bp-groups-widgets.php

    r2444 r2656  
    55    add_action('widgets_init', create_function('', 'return register_widget("BP_Groups_Widget");') );
    66}
    7 add_action( 'plugins_loaded', 'groups_register_widgets' );
     7add_action( 'bp_register_widgets', 'groups_register_widgets' );
    88
    99/*** GROUPS WIDGET *****************/
Note: See TracChangeset for help on using the changeset viewer.