Adjust option for box score minutes
This commit is contained in:
@@ -22,7 +22,7 @@ class SP_Meta_Box_Event_Performance {
|
||||
$event = new SP_Event( $post );
|
||||
list( $labels, $columns, $stats, $teams, $formats, $order ) = $event->performance( true );
|
||||
|
||||
if ( 'yes' == get_option( 'sportspress_event_performance_show_time', 'yes' ) )
|
||||
if ( 'yes' == get_option( 'sportspress_event_performance_show_minutes', 'yes' ) )
|
||||
$timeline = $event->timeline( true );
|
||||
else
|
||||
$timeline = false;
|
||||
|
||||
Reference in New Issue
Block a user