Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/29/2010 01:57:41 AM (14 years ago)
Author:
johnjamesjacoby
Message:

Fix previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.2/bp-themes/bp-default/groups/single/group-header.php

    r3108 r3109  
    3636        <?php bp_group_description() ?>
    3737
    38         <?php if ( bp_is_group_forum() && is_user_logged_in() && bp_is_group_forum_topic() ) : ?>
     38        <?php if ( bp_is_group_forum() && is_user_logged_in() && !bp_is_group_forum_topic() ) : ?>
    3939            <div class="generic-button group-button">
    4040                <a href="#post-new" class=""><?php _e( 'New Topic', 'buddypress' ) ?></a>
Note: See TracChangeset for help on using the changeset viewer.