diff --git src/includes/extend/buddypress/groups.php src/includes/extend/buddypress/groups.php
index cb98bde..5c30ba2 100644
|
|
|
class BBP_Forums_Group_Extension extends BP_Group_Extension { |
| 149 | 149 | * The primary display function for group forums |
| 150 | 150 | * |
| 151 | 151 | * @since bbPress (r3746) |
| | 152 | * |
| | 153 | * @param int $group_id ID of the current group. Available only on BP 2.2+. |
| 152 | 154 | */ |
| 153 | | public function display() { |
| | 155 | public function display( $group_id = null ) { |
| 154 | 156 | |
| 155 | 157 | // Prevent Topic Parent from appearing |
| 156 | 158 | add_action( 'bbp_theme_before_topic_form_forum', array( $this, 'ob_start' ) ); |