- Timestamp:
- 05/15/2016 02:21:54 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/classes/class-bp-groups-component.php
r10745 r10766 841 841 parent::setup_cache_groups(); 842 842 } 843 844 /** 845 * Set up taxonomies. 846 * 847 * @since 2.6.0 848 */ 849 public function register_taxonomies() { 850 // Group Type. 851 register_taxonomy( 'bp_group_type', 'bp_group', array( 852 'public' => false, 853 ) ); 854 } 843 855 }
Note: See TracChangeset
for help on using the changeset viewer.