diff --git a/templates/team-events.php b/templates/team-events.php index 01fd9e56..e177d1f2 100644 --- a/templates/team-events.php +++ b/templates/team-events.php @@ -19,6 +19,7 @@ elseif ( 'list' === $format ) sp_get_template( 'event-list.php', array( 'team' => $id, 'league' => apply_filters( 'sp_team_events_league', 0 ), + 'season' => apply_filters( 'sp_team_events_season', 0 ), 'title_format' => 'homeaway', 'time_format' => 'separate', 'columns' => array( 'event', 'time', 'results' ),