Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/29/2016 09:00:26 PM (7 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-groups/bp-groups-screens.php

    r11314 r11360  
    1414// Exit if accessed directly.
    1515defined( 'ABSPATH' ) || exit;
    16 
    17 if ( ! buddypress()->do_autoload ) {
    18     require dirname( __FILE__ ) . '/classes/class-bp-groups-theme-compat.php';
    19 }
    2016
    2117/**
Note: See TracChangeset for help on using the changeset viewer.