Changeset 10652 for trunk/src/bp-core/bp-core-theme-compatibility.php
- Timestamp:
- 03/10/2016 07:45:07 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-core/bp-core-theme-compatibility.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-theme-compatibility.php
r10528 r10652 25 25 /** Base Class ****************************************************************/ 26 26 27 require dirname( __FILE__ ) . '/classes/class-bp-theme-compat.php'; 27 if ( ! buddypress()->do_autoload ) { 28 require dirname( __FILE__ ) . '/classes/class-bp-theme-compat.php'; 29 } 28 30 29 31 /** Functions *****************************************************************/
Note: See TracChangeset
for help on using the changeset viewer.