Changeset 12798
- Timestamp:
- 11/19/2020 10:00:21 PM (5 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-groups/bp-groups-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-functions.php
r12776 r12798 2807 2807 $types = buddypress()->groups->types; 2808 2808 2809 $types = wp_filter_object_list( $types, $args, $operator );2810 2811 2809 // Merge with types available into the database. 2812 2810 if ( ! isset( $args['code'] ) || true !== $args['code'] ) { 2813 2811 $types = bp_get_taxonomy_types( bp_get_group_type_tax_name(), $types ); 2814 2812 } 2813 2814 $types = wp_filter_object_list( $types, $args, $operator ); 2815 2815 2816 2816 /**
Note: See TracChangeset
for help on using the changeset viewer.