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