Changeset 2827 for branches/plugin/bbp-includes/bbp-hooks.php
- Timestamp:
- 02/03/2011 08:00:34 PM (15 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-includes/bbp-hooks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-hooks.php
r2823 r2827 69 69 70 70 // Widgets 71 add_action( 'widgets_init', create_function( '', 'return register_widget("BBP_Login_Widget");' ) ); 71 72 add_action( 'widgets_init', create_function( '', 'return register_widget("BBP_Forums_Widget");' ) ); 72 73 add_action( 'widgets_init', create_function( '', 'return register_widget("BBP_Topics_Widget");' ) );
Note: See TracChangeset
for help on using the changeset viewer.