Add linear paramete

This commit is contained in:
Brian Miyaji
2017-01-06 22:13:14 +11:00
parent e37953a687
commit f0890f51d5
2 changed files with 139 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ class SP_Meta_Box_Performance_Details extends SP_Meta_Box_Config {
}
$timed = get_post_meta( $post->ID, 'sp_timed', true );
if ( '' === $timed ) {
$timed = false;
$timed = true;
}
?>
<p><strong><?php _e( 'Variable', 'sportspress' ); ?></strong></p>