Changeset 11366 for trunk/src/bp-friends/bp-friends-widgets.php
- Timestamp:
- 01/02/2017 08:13:14 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/bp-friends-widgets.php
r11360 r11366 28 28 } 29 29 30 add_action( 'widgets_init', create_function( '', 'return register_widget("BP_Core_Friends_Widget");' ));30 add_action( 'widgets_init', function() { register_widget( 'BP_Core_Friends_Widget' ); } ); 31 31 } 32 32 add_action( 'bp_register_widgets', 'bp_friends_register_widgets' );
Note: See TracChangeset
for help on using the changeset viewer.