Skip to:
Content

BuddyPress.org

Changeset 8434


Ignore:
Timestamp:
05/20/2014 08:53:20 PM (11 years ago)
Author:
imath
Message:

Revert r8433

see #5652

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-loader.php

    r8433 r8434  
    261261
    262262                    // 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' );
    264264
    265265                    // plugin is network-activated; use main site ID instead
Note: See TracChangeset for help on using the changeset viewer.