Skip to:
Content

BuddyPress.org

Changeset 3957


Ignore:
Timestamp:
01/27/2011 10:45:25 PM (16 years ago)
Author:
johnjamesjacoby
Message:

Use bp_is_single_item in groups_screen_group_forum

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-screens.php

    r3955 r3957  
    108108        global $bp;
    109109
    110         if ( $bp->is_single_item && $bp->groups->current_group->user_has_access ) {
     110        if ( bp_is_single_item() && $bp->groups->current_group->user_has_access ) {
    111111
    112112                // Fetch the details we need
Note: See TracChangeset for help on using the changeset viewer.