Skip to:
Content

BuddyPress.org

Ticket #5489: 5489.01.patch

File 5489.01.patch, 501 bytes (added by r-a-y, 11 years ago)
  • bp-loader.php

     
    360360                /** Paths******************************************************/
    361361
    362362                // BuddyPress root directory
    363                 $this->file           = __FILE__;
     363                $this->file           = constant( 'BP_PLUGIN_DIR' ) . 'bp-loader.php';
    364364                $this->basename       = plugin_basename( $this->file );
    365365                $this->plugin_dir     = BP_PLUGIN_DIR;
    366366                $this->plugin_url     = BP_PLUGIN_URL;