- Timestamp:
- 09/21/2020 01:36:43 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-component.php
r12607 r12731 925 925 * 926 926 * @since 2.6.0 927 * @since 7.0.0 The Group Type taxonomy is registered using the `bp_groups_register_group_type_taxonomy()` function. 927 928 */ 928 929 public function register_taxonomies() { 929 // Group Type. 930 register_taxonomy( 'bp_group_type', 'bp_group', array( 931 'public' => false, 932 ) ); 930 931 // Just let BP Component fire 'bp_groups_register_taxonomies'. 932 return parent::register_taxonomies(); 933 933 } 934 934
Note: See TracChangeset
for help on using the changeset viewer.