Rename player performance table template

This commit is contained in:
Brian Miyaji
2014-04-29 00:50:37 +10:00
parent f9120bf854
commit 199dc36982
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
<?php
/**
* Player League Performance
* Player Performance Table
*
* @author ThemeBoy
* @package SportsPress/Templates

View File

@@ -17,7 +17,7 @@ $leagues = get_the_terms( $id, 'sp_league' );
// Loop through performance for each league
if ( is_array( $leagues ) ):
foreach ( $leagues as $league ):
sp_get_template( 'player-league-performance.php', array(
sp_get_template( 'player-performance-table.php', array(
'league' => $league
) );
endforeach;