Remove test line

This commit is contained in:
Brian Miyaji
2014-10-19 23:26:10 +11:00
parent 51f3cd6f49
commit f4ac238a4f

View File

@@ -59,7 +59,6 @@ if ( ! function_exists( 'sportspress_taxonomy_archive_description' ) ) {
* @return void * @return void
*/ */
function sportspress_taxonomy_archive_description() { function sportspress_taxonomy_archive_description() {
echo 'test';
if ( is_tax( array( 'sp_season', 'sp_league', 'sp_venue', 'sp_position' ) ) && get_query_var( 'paged' ) == 0 ) { if ( is_tax( array( 'sp_season', 'sp_league', 'sp_venue', 'sp_position' ) ) && get_query_var( 'paged' ) == 0 ) {
$description = apply_filters( 'the_content', term_description() ); $description = apply_filters( 'the_content', term_description() );
if ( $description ) { if ( $description ) {