Skip to:
Content

BuddyPress.org

Changeset 9591


Ignore:
Timestamp:
03/03/2015 10:42:55 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 (2.2 branch)

File:
1 edited

Legend:

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

    r9351 r9591  
    10801080
    10811081    /**
     1082     * Multidimensional array of group visibility types and their groups.
     1083     *
     1084     * @link https://buddypress.trac.wordpress.org/ticket/6277
     1085     * @var array
     1086     */
     1087    public $group_type_ids = array();
     1088
     1089    /**
    10821090     * Constructor
    10831091     *
Note: See TracChangeset for help on using the changeset viewer.