Changeset 11441 for branches/2.8
- Timestamp:
- 02/22/2017 05:50:23 PM (8 years ago)
- Location:
- branches/2.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8
-
branches/2.8/src/bp-groups/classes/class-bp-groups-list-table.php
r11276 r11441 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.
Note: See TracChangeset
for help on using the changeset viewer.