Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/24/2014 11:48:48 PM (12 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-core/admin/bp-core-components.php

    r7614 r7756  
    248248
    249249        // Save settings and upgrade schema
    250         require_once( BP_PLUGIN_DIR . '/bp-core/admin/bp-core-schema.php' );
     250        require_once( $bp->plugin_dir . '/bp-core/admin/bp-core-schema.php' );
    251251
    252252        $submitted = stripslashes_deep( $_POST['bp_components'] );
Note: See TracChangeset for help on using the changeset viewer.