From 16b8e17c112aef775e922811c195866b5fdeb98a Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Tue, 29 Dec 2015 15:33:48 +1100 Subject: [PATCH] Unlink position and jobs --- includes/sp-template-hooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/sp-template-hooks.php b/includes/sp-template-hooks.php index 0b787ad9..9fd97eeb 100644 --- a/includes/sp-template-hooks.php +++ b/includes/sp-template-hooks.php @@ -284,7 +284,7 @@ add_filter( 'the_title', 'sportspress_abbreviate_team', 10, 2 ); function sportspress_no_terms_links( $term_list, $taxonomy ) { - if ( in_array( $taxonomy, array( 'sp_league', 'sp_season' ) ) ) + if ( in_array( $taxonomy, array( 'sp_league', 'sp_season', 'sp_position', 'sp_role' ) ) ) return wp_filter_nohtml_kses( $term_list ); return $term_list;