Skip to:
Content

BuddyPress.org

Ticket #6277: 6277.01.patch

File 6277.01.patch, 418 bytes (added by johnjamesjacoby, 10 years ago)

Define $group_type_ids

  • src/bp-groups/bp-groups-admin.php

     
    11431143        public $group_counts = 0;
    11441144
    11451145        /**
     1146         * Multidimensional array of group visibility types and their groups.
     1147         *
     1148         * @var array
     1149         */
     1150        public $group_type_ids = array();
     1151
     1152        /**
    11461153         * Constructor
    11471154         *
    11481155         * @since BuddyPress (1.7.0)