- Timestamp:
- 04/24/2023 02:32:27 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/groups/loader.php
r13414 r13461 4 4 * 5 5 * @since 3.0.0 6 * @version 6.1.06 * @version 12.0.0 7 7 */ 8 8 … … 69 69 */ 70 70 protected function setup_actions() { 71 add_action( 'bp_init', 'bp_nouveau_register_groups_ajax_actions' ); 72 71 73 if ( ! is_admin() || ( defined( 'DOING_AJAX' ) && DOING_AJAX ) ) { 72 74 add_action( 'groups_setup_nav', 'bp_nouveau_group_setup_nav' );
Note: See TracChangeset
for help on using the changeset viewer.