diff --git a/sportspress-functions.php b/sportspress-functions.php index ce9cfbfb..ccb6e43b 100644 --- a/sportspress-functions.php +++ b/sportspress-functions.php @@ -463,7 +463,7 @@ if ( !function_exists( 'sp_league_table' ) ) { if ( !$team_id ) continue; $div = get_term( $team_id, 'sp_league' ); ?> - + @@ -503,7 +503,7 @@ if ( !function_exists( 'sp_player_table' ) ) { if ( !$player_id ) continue; $div = get_term( $player_id, 'sp_league' ); ?> - + @@ -541,7 +541,7 @@ if ( !function_exists( 'sp_team_columns_table' ) ) { $i = 0; if ( empty( $data ) ): ?> - + - + name; ?> @@ -598,7 +598,7 @@ if ( !function_exists( 'sp_player_statistics_table' ) ) { if ( !$div_id ) continue; $div = get_term( $div_id, 'sp_league' ); ?> - + name; ?> @@ -639,7 +639,7 @@ if ( !function_exists( 'sp_event_results_table' ) ) { foreach ( $data as $team_id => $team_results ): if ( !$team_id ) continue; ?> - + @@ -692,7 +692,7 @@ if ( !function_exists( 'sp_event_players_table' ) ) { foreach ( $data as $player_id => $player_statistics ): if ( !$player_id ) continue; ?> - + @@ -706,7 +706,7 @@ if ( !function_exists( 'sp_event_players_table' ) ) { $i++; endforeach; ?> - + $label ): $player_id = 0;