Skip to:
Content

BuddyPress.org

Ticket #8250: 8250.diff

File 8250.diff, 608 bytes (added by fahimmurshed, 6 years ago)

Patch

  • loader.php

     
    55$multisite = (int) ( defined( 'WP_TESTS_MULTISITE') && WP_TESTS_MULTISITE );
    66system( WP_PHP_BINARY . ' ' . escapeshellarg( dirname( __FILE__ ) . '/install.php' ) . ' ' . escapeshellarg( WP_TESTS_CONFIG_PATH ) . ' ' . escapeshellarg( WP_TESTS_DIR ) . ' ' . $multisite );
    77
    8 // Bootstrap BP
     8// Bootstrap BP.
    99require dirname( __FILE__ ) . '/../../../src/bp-loader.php';
    1010
    1111// Bail from redirects as they throw 'headers already sent' warnings.