Skip to:
Content

BuddyPress.org

Changeset 5405


Ignore:
Timestamp:
11/28/2011 03:50:02 PM (15 years ago)
Author:
boonebgorges
Message:

Use BP_PLUGIN_DIR and BP_PLUGIN_URL globals when setting up globals in BuddyPress::setup_globals()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-loader.php

    r5403 r5405  
    375375                $this->file       = __FILE__;
    376376                $this->basename   = plugin_basename( $this->file );
    377                 $this->plugin_dir = plugin_dir_path( $this->file );
    378                 $this->plugin_url = plugin_dir_url ( $this->file );
     377                $this->plugin_dir = BP_PLUGIN_DIR;
     378                $this->plugin_url = BP_PLUGIN_URL;
    379379
    380380                // Themes
Note: See TracChangeset for help on using the changeset viewer.