Add heading option to calendars, league tables, and player lists

This commit is contained in:
Brian Miyaji
2015-10-04 21:52:26 +11:00
parent 801c52420e
commit 71aa3cdc22
8 changed files with 44 additions and 9 deletions

View File

@@ -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' );
}
}