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.php

    r2966 r3178  
    2626                <?php do_action( 'bp_before_group_forum_post_new' ) ?>
    2727
    28                 <?php if ( !bp_group_is_member() ) : ?>
     28                <?php if ( bp_groups_auto_join() && !bp_group_is_member() ) : ?>
    2929                    <p><?php _e( 'You will auto join this group when you start a new topic.', 'buddypress' ) ?></p>
    3030                <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.