- Timestamp:
- 07/20/2018 08:29:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-nouveau/includes/friends/loader.php
r12082 r12192 51 51 add_action( 'admin_init', function() { 52 52 if ( defined( 'DOING_AJAX' ) && true === DOING_AJAX && 0 === strpos( $_REQUEST['action'], 'friends_' ) ) { 53 require $this->dir . 'ajax.php';53 require bp_nouveau()->friends->dir . 'ajax.php'; 54 54 } 55 55 } );
Note: See TracChangeset
for help on using the changeset viewer.