From fc2fca05097ff5dd9a4e7a24f963e6164f484256 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 16 Jul 2015 18:10:31 +1000 Subject: [PATCH] Fix duplicate league table headings as per https://wordpress.org/support/topic/league-table-name-repeated --- templates/team-tables.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/templates/team-tables.php b/templates/team-tables.php index d5c74e68..042084e3 100644 --- a/templates/team-tables.php +++ b/templates/team-tables.php @@ -18,11 +18,5 @@ $tables = $team->tables(); foreach ( $tables as $table ): if ( ! $table ) continue; - if ( sizeof( $tables ) > 1 ): - ?> -

post_title; ?>

- $table->ID, 'highlight' => $id ) ); endforeach;