diff --git a/includes/sp-core-functions.php b/includes/sp-core-functions.php index 73fe91dd..e5268817 100644 --- a/includes/sp-core-functions.php +++ b/includes/sp-core-functions.php @@ -478,7 +478,7 @@ if ( !function_exists( 'sp_get_format_placeholder' ) ) { $placeholders = apply_filters( 'sportspress_format_placeholders', array( 'number' => 0, 'time' => '0:00', - 'text' => '', + 'text' => ' ', ) ); return sp_array_value( $placeholders, $key, 0 ); } @@ -1318,10 +1318,12 @@ function sp_get_text_options() { __( 'Current Team', 'sportspress' ), __( 'Current Teams', 'sportspress' ), __( 'Date', 'sportspress' ), + __( 'Defense', 'sportspress' ), __( 'Details', 'sportspress' ), __( 'Event', 'sportspress' ), __( 'Competition', 'sportspress' ), __( 'Nationality', 'sportspress' ), + __( 'Offense', 'sportspress' ), __( 'Outcome', 'sportspress' ), __( 'Past Teams', 'sportspress' ), __( 'Played', 'sportspress' ),