Display league tables on team pages close #44
This commit is contained in:
@@ -173,17 +173,17 @@ if ( ! function_exists( 'sportspress_output_team_link' ) ) {
|
||||
sp_get_template( 'team-link.php' );
|
||||
}
|
||||
}
|
||||
if ( ! function_exists( 'sportspress_output_team_columns' ) ) {
|
||||
if ( ! function_exists( 'sportspress_output_team_tables' ) ) {
|
||||
|
||||
/**
|
||||
* Output the team columns.
|
||||
* Output the team tables.
|
||||
*
|
||||
* @access public
|
||||
* @subpackage Team/Columns
|
||||
* @subpackage Team/Tables
|
||||
* @return void
|
||||
*/
|
||||
function sportspress_output_team_columns() {
|
||||
sp_get_template( 'team-columns.php' );
|
||||
function sportspress_output_team_tables() {
|
||||
sp_get_template( 'team-tables.php' );
|
||||
}
|
||||
}
|
||||
if ( ! function_exists( 'sportspress_output_team_lists' ) ) {
|
||||
|
||||
Reference in New Issue
Block a user