Ticket #3966: Closing_tag.patch
File Closing_tag.patch, 409 bytes (added by , 13 years ago) |
---|
-
bp-forums/bbpress/bb-admin/topics.php
199 199 <th scope="col"><?php _e('Date') ?></th> 200 200 <th scope="col"><?php _e('Freshness') ?></th> 201 201 </tr> 202 </t head>202 </tfoot> 203 203 204 204 <tbody> 205 205 <?php foreach ( $topics as $topic ) : $first_post = bb_get_first_post( $topic ); ?>