Changeset 3537 for trunk/bp-themes/bp-default/groups/single/forum.php
- Timestamp:
- 12/18/2010 04:03:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/groups/single/forum.php
r3460 r3537 19 19 <?php if ( !bp_is_group_forum_topic_edit() && !bp_is_group_forum_topic() ) : ?> 20 20 21 <?php if ( ( is_user_logged_in() && 'public' == bp_get_group_status() ) || bp_group_is_member() ) : ?>21 <?php if ( !bp_group_is_user_banned() && ( ( is_user_logged_in() && 'public' == bp_get_group_status() ) || bp_group_is_member() ) ) : ?> 22 22 23 23 <form action="" method="post" id="forum-topic-form" class="standard-form">
Note: See TracChangeset
for help on using the changeset viewer.