Changeset 8434
- Timestamp:
- 05/20/2014 08:53:20 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-loader.php
r8433 r8434 261 261 262 262 // basename 263 $basename = str_replace( array( 'build/', 'src/' ), '', plugin_basename( constant( 'BP_PLUGIN_DIR' ) . 'bp-loader.php' ));263 $basename = plugin_basename( constant( 'BP_PLUGIN_DIR' ) . 'bp-loader.php' ); 264 264 265 265 // plugin is network-activated; use main site ID instead
Note: See TracChangeset
for help on using the changeset viewer.