Skip to:
Content

BuddyPress.org

Ticket #7420: 2212.patch

File 2212.patch, 641 bytes (added by 1naveengiri, 8 years ago)

I added that argument in correct place in this patch.

  • bp-groups/classes/class-bp-groups-list-table.php

     
    520520                 * @param string $value Name of the group being rendered.
    521521                 * @param array  $item  Array for the current group item.
    522522                 */
    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 ) );
    524524
    525525                // Rollover actions.
    526526                // Edit.