From e468ef8ac7d13f0260d2b98578f0ceb2b3319f67 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 6 Jan 2017 22:40:01 +1100 Subject: [PATCH] Update module options --- includes/class-sp-modules.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/includes/class-sp-modules.php b/includes/class-sp-modules.php index 6be5c8a7..db779c44 100644 --- a/includes/class-sp-modules.php +++ b/includes/class-sp-modules.php @@ -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',