Add highlight option to league table template

This commit is contained in:
Brian Miyaji
2014-08-25 00:18:26 +10:00
parent 15bc070588
commit b97d6c70d5

View File

@@ -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,