Changeset 4009 for trunk/bp-themes/bp-default/forums/forums-loop.php
- Timestamp:
- 02/02/2011 07:35:08 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-themes/bp-default/forums/forums-loop.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/forums-loop.php
r3901 r4009 39 39 <th id="th-title"><?php _e( 'Topic Title', 'buddypress' ); ?></th> 40 40 41 <?php if ( !bp_is_group_forum() ) : ?>41 <?php if ( bp_is_directory() ) : ?> 42 42 43 <th id="th-group"><?php _e( ' In Group', 'buddypress' ); ?></th>43 <th id="th-group"><?php _e( 'Forum', 'buddypress' ); ?></th> 44 44 45 45 <?php endif; ?> … … 67 67 </td> 68 68 69 <?php if ( !bp_is_group_forum() ) : ?>69 <?php if ( bp_is_directory() ) : ?> 70 70 71 71 <td class="td-group">
Note: See TracChangeset
for help on using the changeset viewer.