Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/29/2016 09:00:26 PM (8 years ago)
Author:
boonebgorges
Message:

Remove do_autoload checks and manual class loaders.

Our PHP 5.3 requirement means that spl_autoload_register() will
always be available.

See #7299.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/bp-members-screens.php

    r11295 r11360  
    1212// Exit if accessed directly.
    1313defined( 'ABSPATH' ) || exit;
    14 
    15 if ( ! buddypress()->do_autoload ) {
    16     require dirname( __FILE__ ) . '/classes/class-bp-members-theme-compat.php';
    17     require dirname( __FILE__ ) . '/classes/class-bp-registration-theme-compat.php';
    18 }
    1914
    2015/**
Note: See TracChangeset for help on using the changeset viewer.