@errol
8 years, 5 months ago
these section is not in the file you are aiming. cannot find it!
618 618 return; 619 619 } 620 620 621 // Sanity check 2 – Check if component is active before loading class. 622 // Skip if PHPUnit is running. 623 if ( ‘core’ !== $component && false === bp_is_active( $component ) && false === function_exists( ‘tests_add_filter’ ) ) { 624 return; 625 } 626 621 627 require $path; 622 628 } 623 629