Skip to:
Content

BuddyPress.org

Changeset 2648


Ignore:
Timestamp:
02/10/2010 04:30:05 PM (14 years ago)
Author:
apeatling
Message:

Fixing site path inconsistencies between wp single and wpmu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r2635 r2648  
    15281528            unset( $site_path[2] );
    15291529
    1530             $site_path = implode( '/', $site_path );
     1530            $site_path = '/' . implode( '/', $site_path ) . '/';
    15311531        }
    15321532    }
Note: See TracChangeset for help on using the changeset viewer.