Generate event result based on first column value in total row
This commit is contained in:
4
team.php
4
team.php
@@ -63,9 +63,7 @@ function sp_team_stats_meta( $post ) {
|
||||
$placeholders[ $league_id ] = sp_get_stats_row( $args );
|
||||
endforeach;
|
||||
|
||||
?>
|
||||
<?php sp_stats_table( $data, $placeholders, 0, array( 'League', 'P', 'W', 'D', 'L', 'F', 'A', 'GD', 'Pts' ), true, 'sp_league' );
|
||||
|
||||
sp_stats_table( $data, $placeholders, 0, array( 'League', 'P', 'W', 'D', 'L', 'F', 'A', 'GD', 'Pts' ), true, 'sp_league' );
|
||||
sp_nonce();
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user