Skip to:
Content

BuddyPress.org

Changeset 2235


Ignore:
Timestamp:
12/31/2009 02:29:32 PM (15 years ago)
Author:
apeatling
Message:

Fixing site path typo. Fixes #1512

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r2227 r2235  
    14811481
    14821482    if ( bp_core_is_multiblog_install() )
    1483         $path = $current_site->path;
     1483        $site_path = $current_site->path;
    14841484    else {
    14851485        $site_path = (array) explode( '/', site_url() );
Note: See TracChangeset for help on using the changeset viewer.