Skip to content

Commit

Permalink
Fix totals row offset in player statistics admin
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmiyaji committed Sep 24, 2016
1 parent 3d344bf commit 5c6fb6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public static function table( $id = null, $league_id, $columns = array(), $data
<td>
<label><strong><?php _e( 'Total', 'sportspress' ); ?></strong></label>
</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>&nbsp;</td>
<?php } ?>
<?php foreach ( $columns as $column => $label ): if ( $column == 'team' ) continue;
Expand Down

0 comments on commit 5c6fb6a

Please sign in to comment.