From b97d6c70d5bcabc4e6763b26e9327145a89d7b13 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 25 Aug 2014 00:18:26 +1000 Subject: [PATCH] Add highlight option to league table template --- templates/league-table.php | 1 + 1 file changed, 1 insertion(+) 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,