diff --git src/bp-groups/classes/class-bp-groups-list-table.php src/bp-groups/classes/class-bp-groups-list-table.php
index e5b97eb79..be3864b32 100644
|
|
|
class BP_Groups_List_Table extends WP_List_Table { |
| 789 | 789 | * @param array $item The current group item in the loop. |
| 790 | 790 | * @return string |
| 791 | 791 | */ |
| 792 | | public function column_content_group_type( $retval = '', $column_name, $item ) { |
| | 792 | public function column_content_group_type( $retval = '', $column_name = '', $item = array() ) { |
| 793 | 793 | if ( 'bp_group_type' !== $column_name ) { |
| 794 | 794 | return $retval; |
| 795 | 795 | } |