Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/03/2015 10:31:00 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Groups: define $group_type_ids in BP_Groups_List_Table class.

While it's generally good to be explicit, this also addresses a compatibility issue with changes to WP_List_Table (in what will be WordPress 4.2) causing our group status counts to always return "0" even when groups exist.

See #6277 (trunk)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-groups/bp-groups-admin.php

    r9517 r9590  
    11441144
    11451145    /**
     1146     * Multidimensional array of group visibility types and their groups.
     1147     *
     1148     * @link https://buddypress.trac.wordpress.org/ticket/6277
     1149     * @var array
     1150     */
     1151    public $group_type_ids = array();
     1152
     1153    /**
    11461154     * Constructor
    11471155     *
Note: See TracChangeset for help on using the changeset viewer.