- Timestamp:
- 06/01/2024 04:26:18 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/groups/loader.php
r13652 r13878 55 55 // Load AJAX code only on AJAX requests. 56 56 } else { 57 add_action( 'admin_init', function () {57 add_action( 'admin_init', function () { 58 58 if ( defined( 'DOING_AJAX' ) && true === DOING_AJAX && 0 === strpos( $_REQUEST['action'], 'groups_' ) ) { 59 59 require bp_nouveau()->groups->dir . 'ajax.php';
Note: See TracChangeset
for help on using the changeset viewer.