Ticket #7138: 7138.01.patch
File 7138.01.patch, 451 bytes (added by , 8 years ago) |
---|
-
src/bp-groups/bp-groups-actions.php
27 27 */ 28 28 do_action( 'bp_groups_register_group_types' ); 29 29 } 30 add_action( 'bp_ loaded', 'bp_groups_register_group_types', 8);30 add_action( 'bp_register_taxonomies', 'bp_groups_register_group_types' ); 31 31 32 32 /** 33 33 * Protect access to single groups.