Changeset 10981 for trunk/src/bp-groups/bp-groups-actions.php
- Timestamp:
- 08/02/2016 05:32:38 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-groups/bp-groups-actions.php
r10917 r10981 28 28 do_action( 'bp_groups_register_group_types' ); 29 29 } 30 add_action( 'bp_ init', 'bp_groups_register_group_types', 1);30 add_action( 'bp_register_taxonomies', 'bp_groups_register_group_types' ); 31 31 32 32 /**
Note: See TracChangeset
for help on using the changeset viewer.