Changeset 5405
- Timestamp:
- 11/28/2011 03:50:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-loader.php
r5403 r5405 375 375 $this->file = __FILE__; 376 376 $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; 379 379 380 380 // Themes
Note: See TracChangeset
for help on using the changeset viewer.