Update modules list

This commit is contained in:
Brian Miyaji
2017-03-20 07:11:19 +11:00
parent b1add0e93b
commit 1efaad6a0d
7 changed files with 17 additions and 7 deletions

View File

@@ -36,6 +36,13 @@ class SP_Modules {
'link' => 'https://www.themeboy.com/sportspress-extensions/scoreboard/',
'desc' => __( 'Display multiple event results in a horizontal scoreboard.', 'sportspress' ),
),
'user_scores' => array(
'label' => __( 'User Scores', 'sportspress' ),
'class' => 'SportsPress_User_Scores',
'icon' => 'sp-icon-user-scores',
'link' => 'https://www.themeboy.com/sportspress-extensions/user-scores/',
'desc' => __( 'Let players, staff, and visitors submit event scores for review.', 'sportspress' ),
),
'match_stats' => array(
'label' => __( 'Match Stats', 'sportspress' ),
'class' => 'SportsPress_Match_Stats',