Changeset 2539 for trunk/bp-activity.php
- Timestamp:
- 02/02/2010 05:54:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-activity.php
r2514 r2539 161 161 global $bp; 162 162 163 if ( bp_is_deactivated( 'bp-friends.php' ) )163 if ( !bp_is_active( 'friends' ) ) 164 164 return false; 165 165 … … 174 174 global $bp; 175 175 176 if ( bp_is_deactivated( 'bp-groups.php' ) )176 if ( !bp_is_active( 'groups' ) ) 177 177 return false; 178 178
Note: See TracChangeset
for help on using the changeset viewer.