From b70ac4a4aef87deee38cd6dc1aad43a19fd04379 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Tue, 25 Oct 2016 16:45:13 +1100 Subject: [PATCH] Add "Home" and "Away" to text options --- includes/sp-core-functions.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index c277e52c..64968d79 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -1331,6 +1331,7 @@ if ( !function_exists( 'sp_taxonomy_field' ) ) { function sp_get_text_options() { $strings = apply_filters( 'sportspress_text', array( __( 'Article', 'sportspress' ), + __( 'Away', 'sportspress' ), __( 'Box Score', 'sportspress' ), __( 'Cancelled', 'sportspress' ), __( 'Career Total', 'sportspress' ), @@ -1343,6 +1344,7 @@ function sp_get_text_options() { __( 'Events', 'sportspress' ), __( 'Excerpt', 'sportspress' ), __( 'Fixtures', 'sportspress' ), + __( 'Home', 'sportspress' ), __( 'League Tables', 'sportspress' ), __( 'Logos', 'sportspress' ), __( 'Match Day', 'sportspress' ),