Fix player settings table cell markup

This commit is contained in:
Brian Miyaji
2014-01-29 18:26:44 +11:00
parent b167f532f2
commit 403be21d34

View File

@@ -14,7 +14,7 @@ $data = get_posts( $args );
<tr>
<th><?php _e( 'Label', 'sportspress' ); ?></th>
<th><?php _e( 'Positions', 'sportspress' ); ?></th>
<td>&nbsp;</td>
<th>&nbsp;</th>
</tr>
</thead>
<?php $i = 0; foreach ( $data as $row ): ?>