Add "Home" and "Away" to text options

This commit is contained in:
Brian Miyaji
2016-10-25 16:45:13 +11:00
parent 037b292db2
commit b70ac4a4ae

View File

@@ -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' ),