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

@@ -165,7 +165,7 @@ class SP_Event extends SP_Custom_Post{
unset( $labels['number'] );
endif;
if ( 'yes' == get_option( 'sportspress_event_performance_show_time', 'yes' ) ):
if ( 'yes' == get_option( 'sportspress_event_performance_show_minutes', 'yes' ) ):
$timeline = $this->timeline();
if ( ! empty( $timeline ) ):
foreach ( $performance as $team => $players ):