Add match day option to event list widget

This commit is contained in:
Brian Miyaji
2017-01-12 17:39:16 +11:00
parent 22459d2914
commit 0e94e4e248

View File

@@ -178,6 +178,7 @@ class SP_Widget_Event_List extends WP_Widget {
$the_columns['venue'] = __( 'Venue', 'sportspress' );
$the_columns['article'] = __( 'Article', 'sportspress' );
$the_columns['day'] = __( 'Match Day', 'sportspress' );
$field_name = $this->get_field_name('columns') . '[]';
$field_id = $this->get_field_id('columns');