From 83ba56ec1c4c42adcf6620659ff4d825972b1c60 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 30 Jan 2015 18:36:46 +1100 Subject: [PATCH] Apply birthday module setting --- includes/class-sp-modules.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-sp-modules.php b/includes/class-sp-modules.php index 24d68d6a..3749110f 100644 --- a/includes/class-sp-modules.php +++ b/includes/class-sp-modules.php @@ -58,7 +58,7 @@ class SP_Modules { 'label' => __( 'Player Lists', 'sportspress' ), 'icon' => 'sp-icon-list', ), - 'player_birthdays' => array( + 'birthdays' => array( 'label' => __( 'Birthdays', 'sportspress' ), 'class' => 'SportsPress_Birthdays', 'action' => __( 'Review on WP.org', 'sportspress' ),