Changeset 3901 for trunk/bp-themes/bp-default/forums/forums-loop.php
- Timestamp:
- 01/24/2011 11:40:18 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/forums/forums-loop.php
r3810 r3901 38 38 <tr> 39 39 <th id="th-title"><?php _e( 'Topic Title', 'buddypress' ); ?></th> 40 <th id="th-poster"><?php _e( 'Latest Poster', 'buddypress' ); ?></th>41 40 42 41 <?php if ( !bp_is_group_forum() ) : ?> 43 42 44 <th id="th-group"><?php _e( ' PostedIn Group', 'buddypress' ); ?></th>43 <th id="th-group"><?php _e( 'In Group', 'buddypress' ); ?></th> 45 44 46 45 <?php endif; ?> 47 46 47 <th id="th-poster"><?php _e( 'Latest Poster', 'buddypress' ); ?></th> 48 48 <th id="th-postcount"><?php _e( 'Posts', 'buddypress' ); ?></th> 49 49 <th id="th-freshness"><?php _e( 'Freshness', 'buddypress' ); ?></th> … … 66 66 </a> 67 67 </td> 68 <td class="td-poster">69 <a href="<?php bp_the_topic_permalink(); ?>"><?php bp_the_topic_last_poster_avatar( 'type=thumb&width=20&height=20' ); ?></a>70 <div class="poster-name"><?php bp_the_topic_last_poster_name(); ?></div>71 </td>72 68 73 69 <?php if ( !bp_is_group_forum() ) : ?> … … 80 76 <?php endif; ?> 81 77 78 <td class="td-poster"> 79 <a href="<?php bp_the_topic_permalink(); ?>"><?php bp_the_topic_last_poster_avatar( 'type=thumb&width=20&height=20' ); ?></a> 80 <div class="poster-name"><?php bp_the_topic_last_poster_name(); ?></div> 81 </td> 82 82 <td class="td-postcount"> 83 83
Note: See TracChangeset
for help on using the changeset viewer.