Add heading option to calendars, league tables, and player lists
This commit is contained in:
@@ -298,7 +298,7 @@ if ( ! function_exists( 'sportspress_output_league_table' ) ) {
|
||||
* @return void
|
||||
*/
|
||||
function sportspress_output_league_table() {
|
||||
sp_get_template( 'league-table.php', array( 'title' => __( 'League Table', 'sportspress' ) ) );
|
||||
sp_get_template( 'league-table.php' );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user