Skip to:
Content

BuddyPress.org

Ticket #3772: 3772.01.patch

File 3772.01.patch, 444 bytes (added by boonebgorges, 13 years ago)
  • bp-loader.php

    diff --git bp-loader.php bp-loader.php
    index 80752e8..fbb93cc 100644
    class BuddyPress { 
    344344
    345345                // Path and URL
    346346                if ( !defined( 'BP_PLUGIN_DIR' ) )
    347                         define( 'BP_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
     347                        define( 'BP_PLUGIN_DIR', trailingslashit( WP_PLUGIN_DIR . '/buddypress' ) );
    348348
    349349                if ( !defined( 'BP_PLUGIN_URL' ) )
    350350                        define( 'BP_PLUGIN_URL', plugin_dir_url ( __FILE__ ) );