Fix totals row offset in player statistics admin
This commit is contained in:
@@ -108,7 +108,7 @@ class SP_Meta_Box_Player_Statistics {
|
|||||||
<td>
|
<td>
|
||||||
<label><strong><?php _e( 'Total', 'sportspress' ); ?></strong></label>
|
<label><strong><?php _e( 'Total', 'sportspress' ); ?></strong></label>
|
||||||
</td>
|
</td>
|
||||||
<?php if ( $team_select && apply_filters( 'sportspress_player_team_statistics', true ) ) { ?>
|
<?php if ( $team_select && apply_filters( 'sportspress_player_team_statistics', $league_id ) ) { ?>
|
||||||
<td> </td>
|
<td> </td>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php foreach ( $columns as $column => $label ): if ( $column == 'team' ) continue;
|
<?php foreach ( $columns as $column => $label ): if ( $column == 'team' ) continue;
|
||||||
|
|||||||
Reference in New Issue
Block a user