Ticket #3772: 3772.01.patch
File 3772.01.patch, 444 bytes (added by , 13 years ago) |
---|
-
bp-loader.php
diff --git bp-loader.php bp-loader.php index 80752e8..fbb93cc 100644
class BuddyPress { 344 344 345 345 // Path and URL 346 346 if ( !defined( 'BP_PLUGIN_DIR' ) ) 347 define( 'BP_PLUGIN_DIR', plugin_dir_path( __FILE__) );347 define( 'BP_PLUGIN_DIR', trailingslashit( WP_PLUGIN_DIR . '/buddypress' ) ); 348 348 349 349 if ( !defined( 'BP_PLUGIN_URL' ) ) 350 350 define( 'BP_PLUGIN_URL', plugin_dir_url ( __FILE__ ) );