- Timestamp:
- 08/11/2010 11:25:11 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2/bp-themes/bp-default/groups/single/forum/topic.php
r3094 r3178 84 84 <p id="post-reply"></p> 85 85 86 <?php if ( !bp_group_is_member() ) : ?>86 <?php if ( bp_groups_auto_join() && !bp_group_is_member() ) : ?> 87 87 <p><?php _e( 'You will auto join this group when you reply to this topic.', 'buddypress' ) ?></p> 88 88 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.