Skip to:
Content

BuddyPress.org

Changeset 7756 for trunk/bp-loader.php


Ignore:
Timestamp:
01/24/2014 11:48:48 PM (11 years ago)
Author:
johnjamesjacoby
Message:

Replace BP_PLUGIN_DIR and BP_PLUGIN_URL constant usages with plugin_dir and plugin_url BuddyPress variables, respectively. Also replaces $bp global touches with buddypress() calls within the above scopes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r7753 r7756  
    410410
    411411        // 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' );
    413413
    414414        // Setup the versions (after we include multisite abstraction above)
Note: See TracChangeset for help on using the changeset viewer.