Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/10/2011 06:32:02 AM (14 years ago)
Author:
djpaul
Message:

Tidy up whitespace. Fixes #3466, props cnorris23

File:
1 edited

Legend:

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

    r4907 r4961  
    427427function groups_get_current_group() {
    428428    global $bp;
    429    
     429
    430430    $current_group = isset( $bp->groups->current_group ) ? $bp->groups->current_group : false;
    431    
     431
    432432    return apply_filters( 'groups_get_current_group', $current_group );
    433433}
Note: See TracChangeset for help on using the changeset viewer.