Skip to:
Content

BuddyPress.org

Changeset 8369


Ignore:
Timestamp:
05/04/2014 02:33:16 PM (10 years ago)
Author:
djpaul
Message:

Core: fix unnecessary forward-slash in include path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-loader.php

    r8366 r8369  
    414414
    415415        // 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' );
    417417
    418418        // Setup the versions (after we include multisite abstraction above)
Note: See TracChangeset for help on using the changeset viewer.