Skip to:
Content

BuddyPress.org

Ticket #3966: Closing_tag.patch

File Closing_tag.patch, 409 bytes (added by fanquake, 13 years ago)
  • bp-forums/bbpress/bb-admin/topics.php

     
    199199        <th scope="col"><?php _e('Date') ?></th>
    200200        <th scope="col"><?php _e('Freshness') ?></th>
    201201</tr>
    202 </thead>
     202</tfoot>
    203203
    204204<tbody>
    205205<?php foreach ( $topics as $topic ) : $first_post = bb_get_first_post( $topic ); ?>