Skip to:
Content

BuddyPress.org

Changeset 2073


Ignore:
Timestamp:
11/02/2009 05:39:42 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Fixes #1281 (props 21cdb)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-templatetags.php

    r2007 r2073  
    14671467}
    14681468
     1469function bp_is_single_group_item() {
     1470    global $bp;
     1471
     1472    if ( BP_GROUPS_SLUG == $bp->current_component && $bp->is_single_item )
     1473        return true;
     1474
     1475    return false;
     1476}
     1477
    14691478function bp_is_user_blogs() {
    14701479    global $bp;
Note: See TracChangeset for help on using the changeset viewer.