Changeset 4579 for trunk/includes/core/actions.php
- Timestamp:
- 12/16/2012 08:19:21 AM (12 years ago)
- File:
- 1 edited
- trunk/includes/core/actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
trunk/includes/core/actions.php
r4570 r4579 139 139 add_action( 'bbp_widgets_init', array( 'BBP_Login_Widget', 'register_widget' ), 10 ); 140 140 add_action( 'bbp_widgets_init', array( 'BBP_Views_Widget', 'register_widget' ), 10 ); 141 add_action( 'bbp_widgets_init', array( 'BBP_Search_Widget', 'register_widget' ), 10 ); 141 142 add_action( 'bbp_widgets_init', array( 'BBP_Forums_Widget', 'register_widget' ), 10 ); 142 143 add_action( 'bbp_widgets_init', array( 'BBP_Topics_Widget', 'register_widget' ), 10 );
Note: See TracChangeset for help on using the changeset viewer.