Changeset 8369
- Timestamp:
- 05/04/2014 02:33:16 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-loader.php
r8366 r8369 414 414 415 415 // Load the WP abstraction file so BuddyPress can run on all WordPress setups. 416 require( $this->plugin_dir . ' /bp-core/bp-core-wpabstraction.php' );416 require( $this->plugin_dir . 'bp-core/bp-core-wpabstraction.php' ); 417 417 418 418 // Setup the versions (after we include multisite abstraction above)
Note: See TracChangeset
for help on using the changeset viewer.