Ticket #7420: 2212.patch
File 2212.patch, 641 bytes (added by , 8 years ago) |
---|
-
bp-groups/classes/class-bp-groups-list-table.php
520 520 * @param string $value Name of the group being rendered. 521 521 * @param array $item Array for the current group item. 522 522 */ 523 $group_name = apply_filters_ref_array( 'bp_get_group_name', array( $item['name'] ), $item);523 $group_name = apply_filters_ref_array( 'bp_get_group_name', array( $item['name'], $item ) ); 524 524 525 525 // Rollover actions. 526 526 // Edit.