Skip to:
Content

BuddyPress.org

Ticket #8329: 8329.patch

File 8329.patch, 409 bytes (added by imath, 4 years ago)
  • src/bp-loader.php

    diff --git src/bp-loader.php src/bp-loader.php
    index d7709cc72..782c17db6 100644
     
    3030defined( 'ABSPATH' ) || exit;
    3131
    3232// Required PHP version.
    33 define( 'BP_REQUIRED_PHP_VERSION', '5.3.0' );
     33define( 'BP_REQUIRED_PHP_VERSION', '5.6.0' );
    3434
    3535/**
    3636 * The main function responsible for returning the one true BuddyPress Instance to functions everywhere.