Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/29/2011 07:39:38 PM (15 years ago)
Author:
boonebgorges
Message:

Creates queries for member Replied To tab. References #3177

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/forums/forums-loop.php

    r4287 r4301  
    3939                <th id="th-title"><?php _e( 'Topic Title', 'buddypress' ); ?></th>
    4040
    41                 <?php if ( bp_is_directory() ) : ?>
     41                <?php if ( bp_is_directory() || bp_is_user_forums() ) : ?>
    4242
    4343                    <th id="th-group"><?php _e( 'Forum', 'buddypress' ); ?></th>
     
    6767                </td>
    6868
    69                 <?php if ( bp_is_directory() ) : ?>
     69                <?php if ( bp_is_directory() || bp_is_user_forums() ) : ?>
    7070
    7171                    <td class="td-group">
Note: See TracChangeset for help on using the changeset viewer.