Skip to:
Content

BuddyPress.org

Changeset 2014


Ignore:
Timestamp:
09/30/2009 06:00:58 PM (16 years ago)
Author:
apeatling
Message:

Fixes #1130

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-sn-parent/groups/single/home.php

    r1983 r2014  
    6363                    <?php endif; ?>
    6464                   
    65                     <?php if ( bp_group_is_visible() ) : ?>
     65                    <?php if ( function_exists( 'bp_has_activities' ) && bp_group_is_visible() ) : ?>
    6666                                           
    6767                        <?php if ( bp_has_activities( 'object=groups&primary_id=' . bp_get_group_id() . '&max=150&per_page=5' ) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.