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-core/bp-core-theme-compatibility.php

    r11092 r11360  
    2222 * Don't try anything you're about to witness here, at home. Ever.
    2323 */
    24 
    25 /** Base Class ****************************************************************/
    26 
    27 if ( ! buddypress()->do_autoload ) {
    28     require dirname( __FILE__ ) . '/classes/class-bp-theme-compat.php';
    29 }
    3024
    3125/** Functions *****************************************************************/
Note: See TracChangeset for help on using the changeset viewer.