From 3195071294550e4bc8b7cbaec56acd4701e71185 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Thu, 10 Dec 2015 11:36:14 +1100 Subject: [PATCH] Add text option for profile heading --- includes/sp-core-functions.php | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 50758614..a0dbcdd1 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -1284,6 +1284,7 @@ function sp_get_text_options() { __( 'Pos', 'sportspress' ), __( 'Position', 'sportspress' ), __( 'Preview', 'sportspress' ), + __( 'Profile', 'sportspress' ), __( 'Rank', 'sportspress' ), __( 'Recap', 'sportspress' ), __( 'Results', 'sportspress' ),