Ticket #7131: 7131.patch
File 7131.patch, 523 bytes (added by , 9 years ago) |
---|
-
src/bp-groups/classes/class-bp-group-extension.php
diff --git src/bp-groups/classes/class-bp-group-extension.php src/bp-groups/classes/class-bp-group-extension.php index c0ae5df..d6cf777 100644
class BP_Group_Extension { 763 763 } 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 } 769 769 }