Ticket #5252: 5252.01.patch
File 5252.01.patch, 426 bytes (added by , 10 years ago) |
---|
-
bp-loader.php
class BuddyPress { 228 228 229 229 // Path and URL 230 230 if ( ! defined( 'BP_PLUGIN_DIR' ) ) { 231 define( 'BP_PLUGIN_DIR', trailingslashit( WP_PLUGIN_DIR . '/buddypress') );231 define( 'BP_PLUGIN_DIR', trailingslashit( dirname( __FILE__ ) ) ); 232 232 } 233 233 234 234 if ( ! defined( 'BP_PLUGIN_URL' ) ) {