Update module options

This commit is contained in:
Brian Miyaji
2017-01-06 22:40:01 +11:00
parent 67a278a3a3
commit e468ef8ac7

View File

@@ -43,6 +43,13 @@ class SP_Modules {
'link' => 'http://tboy.co/pro',
'desc' => __( 'Display head-to-head team comparison charts in events.', 'sportspress' ),
),
'timelines' => array(
'label' => __( 'Timelines', 'sportspress' ),
'class' => 'SportsPress_Timelines',
'icon' => 'sp-icon-timeline',
'link' => 'http://tboy.co/pro',
'desc' => __( 'Display a timeline of player performance in events.', 'sportspress' ),
),
'tournaments' => array(
'label' => __( 'Tournaments', 'sportspress' ),
'class' => 'SportsPress_Tournaments',