From f4ac238a4fe2a022d084a0ebab3873fd8397c35f Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sun, 19 Oct 2014 23:26:10 +1100 Subject: [PATCH] Remove test line --- includes/sp-template-functions.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/sp-template-functions.php b/includes/sp-template-functions.php index 8348b1db..d572c368 100644 --- a/includes/sp-template-functions.php +++ b/includes/sp-template-functions.php @@ -59,7 +59,6 @@ if ( ! function_exists( 'sportspress_taxonomy_archive_description' ) ) { * @return void */ function sportspress_taxonomy_archive_description() { - echo 'test'; if ( is_tax( array( 'sp_season', 'sp_league', 'sp_venue', 'sp_position' ) ) && get_query_var( 'paged' ) == 0 ) { $description = apply_filters( 'the_content', term_description() ); if ( $description ) {