Ticket #5489: 5489.01.patch
File 5489.01.patch, 501 bytes (added by , 11 years ago) |
---|
-
bp-loader.php
360 360 /** Paths******************************************************/ 361 361 362 362 // BuddyPress root directory 363 $this->file = __FILE__;363 $this->file = constant( 'BP_PLUGIN_DIR' ) . 'bp-loader.php'; 364 364 $this->basename = plugin_basename( $this->file ); 365 365 $this->plugin_dir = BP_PLUGIN_DIR; 366 366 $this->plugin_url = BP_PLUGIN_URL;