Skip to:
Content

BuddyPress.org

Ticket #7138: 7138.02.patch

File 7138.02.patch, 439 bytes (added by r-a-y, 7 years ago)
  • src/bp-groups/bp-groups-actions.php

     
    2727         */
    2828        do_action( 'bp_groups_register_group_types' );
    2929}
    30 add_action( 'bp_loaded', 'bp_groups_register_group_types', 8 );
     30add_action( 'bp_init', 'bp_groups_register_group_types', 1 );
    3131
    3232/**
    3333 * Protect access to single groups.