diff --git a/templates/league-table.php b/templates/league-table.php index d3ed4fc6..928b9d27 100644 --- a/templates/league-table.php +++ b/templates/league-table.php @@ -13,6 +13,7 @@ $defaults = array( 'id' => get_the_ID(), 'number' => -1, 'columns' => null, + 'highlight' => null, 'show_full_table_link' => false, 'show_team_logo' => get_option( 'sportspress_table_show_logos', 'yes' ) == 'yes' ? true : false, 'link_posts' => get_option( 'sportspress_link_teams', 'no' ) == 'yes' ? true : false,