Changeset 4301 for trunk/bp-themes/bp-default/forums/forums-loop.php
- Timestamp:
- 04/29/2011 07:39:38 PM (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
r4287 r4301 39 39 <th id="th-title"><?php _e( 'Topic Title', 'buddypress' ); ?></th> 40 40 41 <?php if ( bp_is_directory() ) : ?>41 <?php if ( bp_is_directory() || bp_is_user_forums() ) : ?> 42 42 43 43 <th id="th-group"><?php _e( 'Forum', 'buddypress' ); ?></th> … … 67 67 </td> 68 68 69 <?php if ( bp_is_directory() ) : ?>69 <?php if ( bp_is_directory() || bp_is_user_forums() ) : ?> 70 70 71 71 <td class="td-group">
Note: See TracChangeset
for help on using the changeset viewer.