Skip to:
Content

BuddyPress.org

Changeset 1787


Ignore:
Timestamp:
09/04/2009 05:09:22 PM (15 years ago)
Author:
apeatling
Message:

Fixes #959 props r-a-y, jason_jm

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r1785 r1787  
    44define( 'BP_CORE_DB_VERSION', '1700' );
    55
    6 /* Define the path and url of the BuddyPress plugins directory */
     6/***
     7 * Define the path and url of the BuddyPress plugins directory.
     8 * It is important to use plugins_url() core function to obtain
     9 * the correct scheme used (http or https).
     10 */
    711define( 'BP_PLUGIN_DIR', WP_PLUGIN_DIR . '/buddypress' );
    8 define( 'BP_PLUGIN_URL', WP_PLUGIN_URL . '/buddypress' );
     12define( 'BP_PLUGIN_URL', plugins_url( $path = '/buddypress' ) );
    913
    1014/* Place your custom code (actions/filters) in a file called /plugins/bp-custom.php and it will be loaded before anything else. */
Note: See TracChangeset for help on using the changeset viewer.