Changeset 2656 for trunk/bp-groups/bp-groups-widgets.php
- Timestamp:
- 02/10/2010 09:13:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-widgets.php
r2444 r2656 5 5 add_action('widgets_init', create_function('', 'return register_widget("BP_Groups_Widget");') ); 6 6 } 7 add_action( ' plugins_loaded', 'groups_register_widgets' );7 add_action( 'bp_register_widgets', 'groups_register_widgets' ); 8 8 9 9 /*** GROUPS WIDGET *****************/
Note: See TracChangeset
for help on using the changeset viewer.