Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
08/11/2010 11:25:11 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Fixes #2540 props boonebgorges

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-groups/bp-groups-templatetags.php

    r3143 r3178  
    559559    echo sprintf( __( 'Viewing group %1$s to %2$s (of %3$s groups)', 'buddypress' ), $from_num, $to_num, $total ); ?>  
    560560    <span class="ajax-loader"></span><?php
     561}
     562
     563function bp_groups_auto_join() {
     564    global $bp;
     565
     566    return (bool)$bp->groups->auto_join;
    561567}
    562568
Note: See TracChangeset for help on using the changeset viewer.