Changeset 4137 for trunk/bp-groups/bp-groups-template.php
- Timestamp:
- 03/12/2011 09:25:51 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-template.php
r4063 r4137 702 702 return false; 703 703 704 if ( ! function_exists( 'bp_forums_get_forum_topicpost_count' ) )704 if ( !bp_is_active( 'forums' ) ) 705 705 return false; 706 706 … … 736 736 return false; 737 737 738 if ( ! function_exists( 'bp_forums_get_forum_topicpost_count' ) )738 if ( !bp_is_active( 'forums' ) ) 739 739 return false; 740 740 … … 760 760 $group =& $groups_template->group; 761 761 762 if ( function_exists( 'bp_forums_is_installed_correctly' ) ) {762 if ( bp_is_active( 'forums' ) ) { 763 763 if ( bp_forums_is_installed_correctly() ) { 764 764 if ( $group->enable_forum )
Note: See TracChangeset
for help on using the changeset viewer.