Skip to:
Content

BuddyPress.org

Ticket #2128: 2128_forum_head.diff

File 2128_forum_head.diff, 555 bytes (added by dwenaus, 16 years ago)
  • bp-themes/bp-default/forums/forums-loop.php

     
    3030
    3131                        <th id="th-postcount"><?php _e( 'Posts', 'buddypress' ) ?></th>
    3232                        <th id="th-freshness"><?php _e( 'Freshness', 'buddypress' ) ?></th>
     33                       
     34                        <?php do_action( 'bp_directory_forums_extra_cell_head' ) ?>
     35                       
    3336                </tr>
    3437
    3538                <?php while ( bp_forum_topics() ) : bp_the_forum_topic(); ?>