Merge pull request #306 from ThemeBoy/feature-past-meetings

Default to not show past meetings
This commit is contained in:
Brian Miyaji
2018-10-12 16:29:40 +11:00
committed by GitHub

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;