Adjust option for box score minutes

This commit is contained in:
Brian Miyaji
2016-09-01 22:40:28 +10:00
parent 1033aaf375
commit 12ce980821
3 changed files with 3 additions and 3 deletions

View File

@@ -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;