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-themes/bp-default/groups/single/forum/topic.php

    r3094 r3178  
    8484                        <p id="post-reply"></p>
    8585
    86                         <?php if ( !bp_group_is_member() ) : ?>
     86                        <?php if ( bp_groups_auto_join() && !bp_group_is_member() ) : ?>
    8787                            <p><?php _e( 'You will auto join this group when you reply to this topic.', 'buddypress' ) ?></p>
    8888                        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.