Changeset 7756 for trunk/bp-loader.php
- Timestamp:
- 01/24/2014 11:48:48 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r7753 r7756 410 410 411 411 // Load the WP abstraction file so BuddyPress can run on all WordPress setups. 412 require( BP_PLUGIN_DIR. '/bp-core/bp-core-wpabstraction.php' );412 require( $this->plugin_dir . '/bp-core/bp-core-wpabstraction.php' ); 413 413 414 414 // Setup the versions (after we include multisite abstraction above)
Note: See TracChangeset
for help on using the changeset viewer.