Skip to:
Content

BuddyPress.org

Changeset 2539 for trunk/bp-activity.php


Ignore:
Timestamp:
02/02/2010 05:54:12 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1752

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-activity.php

    r2514 r2539  
    161161    global $bp;
    162162
    163     if ( bp_is_deactivated( 'bp-friends.php' ) )
     163    if ( !bp_is_active( 'friends' ) )
    164164        return false;
    165165
     
    174174    global $bp;
    175175
    176     if ( bp_is_deactivated( 'bp-groups.php' ) )
     176    if ( !bp_is_active( 'groups' ) )
    177177        return false;
    178178
Note: See TracChangeset for help on using the changeset viewer.