Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/05/2010 09:37:15 PM (16 years ago)
Author:
djpaul
Message:

Fix some wp_debug warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-templatetags.php

    r3341 r3357  
    15691569    global $bp;
    15701570
    1571     if ( BP_BLOGS_SLUG == $bp->current_component )
     1571    if ( is_multisite() && BP_BLOGS_SLUG == $bp->current_component )
    15721572        return true;
    15731573
Note: See TracChangeset for help on using the changeset viewer.