Default to not show past meetings

This commit is contained in:
Brian Miyaji
2018-10-12 16:28:59 +11:00
parent 4d5be2a4c2
commit 92cdf08776

View File

@@ -60,7 +60,7 @@ class SportsPress_Event_Past_Meetings {
'title' => __( 'Past Meetings', 'sportspress' ), 'title' => __( 'Past Meetings', 'sportspress' ),
'option' => 'sportspress_event_show_past_meetings', 'option' => 'sportspress_event_show_past_meetings',
'action' => array( $this, 'output' ), 'action' => array( $this, 'output' ),
'default' => 'yes', 'default' => 'no',
); );
return $templates; return $templates;