This commit is contained in:
Brian Miyaji
2015-07-16 18:10:31 +10:00
parent f03b72167d
commit fc2fca0509

View File

@@ -18,11 +18,5 @@ $tables = $team->tables();
foreach ( $tables as $table ):
if ( ! $table ) continue;
if ( sizeof( $tables ) > 1 ):
?>
<h4 class="sp-table-caption"><?php echo $table->post_title; ?></h4>
<?php
endif;
sp_get_template( 'league-table.php', array( 'id' => $table->ID, 'highlight' => $id ) );
endforeach;