From a8c1efe52aaa73468112eee768e0fb2a78f7feb0 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 2 May 2018 13:54:47 +1000 Subject: [PATCH] Used forced abbreviation in next team column --- modules/sportspress-next-team-preset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/sportspress-next-team-preset.php b/modules/sportspress-next-team-preset.php index 47ead7a2..17595563 100644 --- a/modules/sportspress-next-team-preset.php +++ b/modules/sportspress-next-team-preset.php @@ -109,7 +109,7 @@ if ( ! class_exists( 'SportsPress_Next_Team_Preset' ) ) : $logo = get_the_post_thumbnail( $team_id, 'sportspress-fit-icon' ); $icon = ''; } else { - $icon = get_the_title( $team_id ); + $icon = sp_team_abbreviation( $team_id, true ); } return '' . $icon . '';