From 135f9a6a8ae22deaae1abf01c1d45501fa0c50b1 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Fri, 6 Jan 2017 20:45:33 +1100 Subject: [PATCH] Show team names by default and adjust template label --- includes/admin/settings/class-sp-settings-events.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/admin/settings/class-sp-settings-events.php b/includes/admin/settings/class-sp-settings-events.php index 5c307dd8..f375fe1c 100644 --- a/includes/admin/settings/class-sp-settings-events.php +++ b/includes/admin/settings/class-sp-settings-events.php @@ -231,7 +231,7 @@ class SP_Settings_Events extends SP_Settings_Page { ), array( - array( 'title' => __( 'Logos', 'sportspress' ), 'type' => 'title', 'desc' => '', 'id' => 'event_logo_options' ), + array( 'title' => __( 'Teams', 'sportspress' ), 'type' => 'title', 'desc' => '', 'id' => 'event_logo_options' ), ), apply_filters( 'sportspress_event_logo_options', array( @@ -250,7 +250,7 @@ class SP_Settings_Events extends SP_Settings_Page { 'title' => __( 'Display', 'sportspress' ), 'desc' => __( 'Name', 'sportspress' ), 'id' => 'sportspress_event_logos_show_team_names', - 'default' => 'no', + 'default' => 'yes', 'type' => 'checkbox', 'checkboxgroup' => 'start', ),