Fix player settings table cell markup
This commit is contained in:
@@ -14,7 +14,7 @@ $data = get_posts( $args );
|
||||
<tr>
|
||||
<th><?php _e( 'Label', 'sportspress' ); ?></th>
|
||||
<th><?php _e( 'Positions', 'sportspress' ); ?></th>
|
||||
<td> </td>
|
||||
<th> </th>
|
||||
</tr>
|
||||
</thead>
|
||||
<?php $i = 0; foreach ( $data as $row ): ?>
|
||||
|
||||
Reference in New Issue
Block a user