- Timestamp:
- 06/27/2016 03:07:47 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-group-extension.php
r10745 r10905 764 764 765 765 // Hook the group home widget. 766 if ( ! bp_current_action() && bp_is_current_action( 'home') ) {766 if ( bp_is_group_home() ) { 767 767 add_action( $this->display_hook, array( &$this, 'widget_display' ) ); 768 768 }
Note: See TracChangeset
for help on using the changeset viewer.