Ticket #8329: 8329.patch
File 8329.patch, 409 bytes (added by , 4 years ago) |
---|
-
src/bp-loader.php
diff --git src/bp-loader.php src/bp-loader.php index d7709cc72..782c17db6 100644
30 30 defined( 'ABSPATH' ) || exit; 31 31 32 32 // Required PHP version. 33 define( 'BP_REQUIRED_PHP_VERSION', '5. 3.0' );33 define( 'BP_REQUIRED_PHP_VERSION', '5.6.0' ); 34 34 35 35 /** 36 36 * The main function responsible for returning the one true BuddyPress Instance to functions everywhere.