Changeset 8366 for trunk/src/bp-loader.php
- Timestamp:
- 05/04/2014 01:42:26 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-loader.php
r8364 r8366 360 360 // BuddyPress root directory 361 361 $this->file = __FILE__; 362 $this->basename = plugin_basename( $this->file);362 $this->basename = str_replace( array( 'build/', 'src/' ), '', plugin_basename( $this->file ) ); 363 363 $this->plugin_dir = BP_PLUGIN_DIR; 364 364 $this->plugin_url = BP_PLUGIN_URL;
Note: See TracChangeset
for help on using the changeset viewer.