Skip to:
Content

BuddyPress.org

Changeset 11441 for branches/2.8


Ignore:
Timestamp:
02/22/2017 05:50:23 PM (8 years ago)
Author:
boonebgorges
Message:

Fix incorrect apply_filters_ref_array() syntax.

Introduced in [8426].

Ports [11440] to the 2.8 branch.

Props garrett-eclipse, 1naveengiri.
Fixes #7420.

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  
    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.
Note: See TracChangeset for help on using the changeset viewer.