Changeset 8433
- Timestamp:
- 05/20/2014 08:06:55 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-loader.php
r8369 r8433 261 261 262 262 // basename 263 $basename = plugin_basename( constant( 'BP_PLUGIN_DIR' ) . 'bp-loader.php');263 $basename = str_replace( array( 'build/', 'src/' ), '', 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.