Ticket #2128: 2128_forum_head.diff
| File 2128_forum_head.diff, 555 bytes (added by , 16 years ago) |
|---|
-
bp-themes/bp-default/forums/forums-loop.php
30 30 31 31 <th id="th-postcount"><?php _e( 'Posts', 'buddypress' ) ?></th> 32 32 <th id="th-freshness"><?php _e( 'Freshness', 'buddypress' ) ?></th> 33 34 <?php do_action( 'bp_directory_forums_extra_cell_head' ) ?> 35 33 36 </tr> 34 37 35 38 <?php while ( bp_forum_topics() ) : bp_the_forum_topic(); ?>